appstore/.editorconfig

21 строка
355 B
INI
Исходник Обычный вид История

2016-06-05 14:14:14 +03:00
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
max_line_length = 120
2017-04-02 17:17:45 +03:00
end_of_line= lf
2016-06-12 23:00:44 +03:00
[*.{js,py,html,json}]
2016-06-05 14:14:14 +03:00
indent_style = space
indent_size = 4
2017-04-02 17:17:45 +03:00
curly_bracket_next_line = false
spaces_around_operators = true
indent_brace_style = K&R
continuation_indent_size = 4
2016-06-05 14:14:14 +03:00
[Makefile]
indent_style = tab
2016-06-12 23:00:44 +03:00
indent_size = 4