2016-06-05 14:14:14 +03:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
trim_trailing_whitespace = true
|
2016-06-05 15:35:38 +03:00
|
|
|
insert_final_newline = true
|
|
|
|
charset = utf-8
|
2023-05-17 23:21:18 +03:00
|
|
|
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
|