mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-01-18 05:38:35 +01:00
25 lines
324 B
INI
25 lines
324 B
INI
# editorconfig.org
|
|
|
|
root = true
|
|
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
[{package.json,.travis.yml,.eslintrc,.babelrc}]
|
|
indent_size = 2
|
|
|
|
|
|
[{*.md,*.jade}]
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
[*.svg]
|
|
insert_final_newline = false
|