26 lines
397 B
INI
26 lines
397 B
INI
|
# EditorConfig is awesome: https://EditorConfig.org
|
||
|
root = true
|
||
|
|
||
|
# for all projects
|
||
|
[*]
|
||
|
indent_style = space
|
||
|
indent_size = 4
|
||
|
end_of_line = lf
|
||
|
charset = utf-8
|
||
|
trim_trailing_whitespace = true
|
||
|
insert_final_newline = true
|
||
|
|
||
|
# Web Sites
|
||
|
[{*.html,*.css,*.json}]
|
||
|
indent_style = tab
|
||
|
indent_size = 4
|
||
|
|
||
|
[humans.txt]
|
||
|
indent_style = tab
|
||
|
indent_size = 2
|
||
|
|
||
|
# JavaScript
|
||
|
[*.js]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|