mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-03 08:38:41 -04:00
20 lines
273 B
INI
20 lines
273 B
INI
# http://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}]
|
|
indent_size = 2
|
|
|
|
|
|
[{*.md,*.jade}]
|
|
trim_trailing_whitespace = false
|