18 lines
340 B
INI
18 lines
340 B
INI
|
# EditorConfig is awesome: http://EditorConfig.org
|
||
|
|
||
|
# top-most EditorConfig file
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
end_of_line = lf
|
||
|
indent_brace_style = K&R
|
||
|
indent_size = 4
|
||
|
indent_style = space
|
||
|
insert_final_newline = true
|
||
|
max_line_length = 120
|
||
|
tab_width = 4
|
||
|
trim_trailing_whitespace = true
|
||
|
curly_bracket_next_line = true
|
||
|
quote_type = double
|