10 lines
182 B
INI
10 lines
182 B
INI
|
# EditorConfig is awesome: https://EditorConfig.org
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
charset = latin1
|
||
|
end_of_line = lf
|
||
|
indent_style = tab
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|