1
0
Files
Ventoy-theme-poly-dark/.editorconfig
T
Jack Cherng d126b582fe refactor: init
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
2020-08-19 04:12:59 +08:00

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