mirror of
https://github.com/laoxong/ScoopBucket
synced 2024-12-02 14:55:14 +01:00
21 lines
400 B
INI
21 lines
400 B
INI
|
# EditorConfig (is awesome): http://EditorConfig.org
|
||
|
|
||
|
# * top-most EditorConfig file
|
||
|
root = true
|
||
|
|
||
|
# default style settings
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
end_of_line = crlf
|
||
|
indent_size = 4
|
||
|
indent_style = space
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|
||
|
|
||
|
[*.{yml,yaml}]
|
||
|
indent_size = 2
|
||
|
|
||
|
[*.{[Bb][Aa][Tt],[Cc][Mm][Dd]}]
|
||
|
# DOS/Win *requires* BAT/CMD files to have CRLF newlines
|
||
|
end_of_line = crlf
|