.editorconfig: Fixed max_line_length

This commit is contained in:
Igor Scheller 2020-06-24 13:01:24 +02:00 committed by msquare
parent d79d2c87bc
commit 3bce7a16d8
12 changed files with 47 additions and 21 deletions

View File

@ -21,6 +21,7 @@ indent_size = 2
[*.{htm,html,twig}]
indent_size = 4
max_line_length = unset
[*.{js,css,less,sass,scss}]
indent_size = 2
@ -31,6 +32,7 @@ indent_size = unset
[*.md]
trim_trailing_whitespace = false
indent_size = 2
max_line_length = unset
[*.php]
indent_size = 4
@ -38,6 +40,9 @@ indent_size = 4
[*.sh]
indent_size = 2
[{db/*.sql,includes/**}]
max_line_length = unset
[*.{yml,yaml}]
indent_size = 2

View File

@ -38,7 +38,8 @@ RUN chown -R www-data:www-data /var/www/storage/ && \
rm -r /var/www/html
ARG VERSION
RUN if [[ ! -f /var/www/storage/app/VERSION ]] && [[ ! -z "${VERSION}" ]]; then echo -n "${VERSION}" > /var/www/storage/app/VERSION; fi
RUN if [[ ! -f /var/www/storage/app/VERSION ]] && [[ ! -z "${VERSION}" ]]; then \
echo -n "${VERSION}" > /var/www/storage/app/VERSION; fi
ENV TRUSTED_PROXIES 10.0.0.0/8,::ffff:10.0.0.0/8,\
127.0.0.0/8,::ffff:127.0.0.0/8,\

View File

@ -95,7 +95,8 @@ THE SOFTWARE.
//== Iconography
//
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//## Specify custom location and filename of the included Glyphicons icon font.
//## Useful for those including Bootstrap via Bower.
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
@ -105,7 +106,8 @@ THE SOFTWARE.
//== Components
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
//## Define common padding and border radius sizes and more.
//## Values based on 14px text and 1.428 line-height (~20px to start).
@padding-base-vertical: 8px;
@padding-base-horizontal: 12px;

View File

@ -95,7 +95,8 @@ THE SOFTWARE.
//== Iconography
//
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//## Specify custom location and filename of the included Glyphicons icon font.
//## Useful for those including Bootstrap via Bower.
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
@ -105,7 +106,8 @@ THE SOFTWARE.
//== Components
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
//## Define common padding and border radius sizes and more.
//## Values based on 14px text and 1.428 line-height (~20px to start).
@padding-base-vertical: 8px;
@padding-base-horizontal: 12px;

View File

@ -95,7 +95,8 @@ THE SOFTWARE.
//== Iconography
//
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//## Specify custom location and filename of the included Glyphicons icon font.
//## Useful for those including Bootstrap via Bower.
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
@ -105,7 +106,8 @@ THE SOFTWARE.
//== Components
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
//## Define common padding and border radius sizes and more.
//## Values based on 14px text and 1.428 line-height (~20px to start).
@padding-base-vertical: 8px;
@padding-base-horizontal: 12px;

View File

@ -96,7 +96,8 @@ THE SOFTWARE.
//== Iconography
//
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//## Specify custom location and filename of the included Glyphicons icon font.
//## Useful for those including Bootstrap via Bower.
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
@ -106,7 +107,8 @@ THE SOFTWARE.
//== Components
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
//## Define common padding and border radius sizes and more.
//## Values based on 14px text and 1.428 line-height (~20px to start).
@padding-base-vertical: 8px;
@padding-base-horizontal: 12px;

View File

@ -95,7 +95,8 @@ THE SOFTWARE.
//== Iconography
//
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//## Specify custom location and filename of the included Glyphicons icon font.
//## Useful for those including Bootstrap via Bower.
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
@ -105,7 +106,8 @@ THE SOFTWARE.
//== Components
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
//## Define common padding and border radius sizes and more.
//## Values based on 14px text and 1.428 line-height (~20px to start).
@padding-base-vertical: 8px;
@padding-base-horizontal: 12px;

View File

@ -98,7 +98,8 @@ THE SOFTWARE.
//== Iconography
//
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//## Specify custom location and filename of the included Glyphicons icon font.
//## Useful for those including Bootstrap via Bower.
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
@ -108,7 +109,8 @@ THE SOFTWARE.
//== Components
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
//## Define common padding and border radius sizes and more.
//## Values based on 14px text and 1.428 line-height (~20px to start).
@padding-base-vertical: 8px;
@padding-base-horizontal: 12px;

View File

@ -103,7 +103,8 @@ THE SOFTWARE.
//== Iconography
//
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//## Specify custom location and filename of the included Glyphicons icon font.
//## Useful for those including Bootstrap via Bower.
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
@ -113,7 +114,8 @@ THE SOFTWARE.
//== Components
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
//## Define common padding and border radius sizes and more.
//## Values based on 14px text and 1.428 line-height (~20px to start).
@padding-base-vertical: 8px;
@padding-base-horizontal: 12px;

View File

@ -95,7 +95,8 @@ THE SOFTWARE.
//== Iconography
//
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//## Specify custom location and filename of the included Glyphicons icon font.
//## Useful for those including Bootstrap via Bower.
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
@ -105,7 +106,8 @@ THE SOFTWARE.
//== Components
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
//## Define common padding and border radius sizes and more.
//## Values based on 14px text and 1.428 line-height (~20px to start).
@padding-base-vertical: 8px;
@padding-base-horizontal: 12px;

View File

@ -95,7 +95,8 @@ THE SOFTWARE.
//== Iconography
//
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//## Specify custom location and filename of the included Glyphicons icon font.
//## Useful for those including Bootstrap via Bower.
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
@ -105,7 +106,8 @@ THE SOFTWARE.
//== Components
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
//## Define common padding and border radius sizes and more.
//## Values based on 14px text and 1.428 line-height (~20px to start).
@padding-base-vertical: 8px;
@padding-base-horizontal: 12px;

View File

@ -334,7 +334,8 @@ msgstr "löschen"
msgid "leave"
msgstr "verlassen"
# As already mentioned in Issue #312 : I'd suggest "join angel" and the German translation "Engel hinzufügen" for this button.
# As already mentioned in Issue #312 : I'd suggest "join angel" and the German translation
# "Engel hinzufügen" for this button.
#: includes/controller/angeltypes_controller.php:317
#: includes/view/AngelTypes_view.php:152 includes/view/AngelTypes_view.php:542
msgid "join"
@ -2775,7 +2776,8 @@ msgid "schedule.import.title"
msgstr "Programm importieren"
msgid "schedule.import.text"
msgstr "Dieser Import erstellt Räume und erstellt, aktualisiert und löscht Schichten anhand des schedule.xml exportes."
msgstr ""
"Dieser Import erstellt Räume und erstellt, aktualisiert und löscht Schichten anhand des schedule.xml exportes."
msgid "schedule.import.load.title"
msgstr "Programm importieren: Vorschau"