d126b582fe
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
36 lines
494 B
INI
36 lines
494 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.bat]
|
|
charset = latin1
|
|
end_of_line = crlf
|
|
|
|
[*.{css,sass,scss}]
|
|
indent_size = 2
|
|
|
|
[*.js]
|
|
indent_size = 2
|
|
|
|
[*.json]
|
|
indent_size = 4
|
|
|
|
[*.md]
|
|
indent_size = 2
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.{sh,csh,tcsh,zsh,bash,fish}]
|
|
indent_size = 4
|
|
|
|
[*.{yml,yaml,toml,neon}]
|
|
indent_size = 2
|
|
|
|
[Makefile]
|
|
indent_style = tab
|