1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-Tilix

Клонировать/Скачать
.editorconfig 1.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Matthias Klumpp Отправлено 08.02.2021 16:08 31d9361
root = true
[*]
max_line_length = 170
indent_style = space
end_of_line = lf
trim_trailing_whitespace = true
charset = utf-8
[*.yml]
indent_style = space
indent_size = 2
[*.xml]
indent_style = space
indent_size = 2
[*.sh]
indent_style = space
indent_size = 2
[*.d]
indent_size = 4
# allman, otbs or stroustrup - see https://en.wikipedia.org/wiki/Indent_style
dfmt_brace_style = otbs
# The formatting process will usually keep lines below this length, but they may be up to max_line_length columns long.
dfmt_soft_max_line_length = 160
# Place operators on the end of the previous line when splitting lines
dfmt_split_operator_at_line_end = false
# Insert space after the closing paren of a cast expression
dfmt_space_after_cast = true
# Insert space after the module name and before the : for selective imports
dfmt_selective_import_space = true
# Place labels on the same line as the labeled switch, for, foreach, or while statement
dfmt_compact_labeled_statements = true
#
# Not yet implemented:
#
# Align labels, cases, and defaults with their enclosing switch
dfmt_align_switch_statements = true
# Decrease the indentation level of attributes
dfmt_outdent_attributes = true
# Insert space after if, while, foreach, etc, and before the (
dfmt_space_after_keywords = true

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-Tilix.git
git@api.gitlife.ru:oschina-mirror/mirrors-Tilix.git
oschina-mirror
mirrors-Tilix
mirrors-Tilix
master