1
0

refactor: init

Signed-off-by: Jack Cherng <jfcherng@gmail.com>
This commit is contained in:
Jack Cherng
2020-08-12 03:57:24 +08:00
parent 567b00c91e
commit d126b582fe
87 changed files with 255 additions and 228 deletions
+35
View File
@@ -0,0 +1,35 @@
# 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