mirror of
https://github.com/ScoopInstaller/Versions.git
synced 2026-08-02 05:06:49 +08:00
related: https://github.com/ScoopInstaller/Extras/issues/7546 related: https://github.com/ScoopInstaller/Extras/pull/8285
17 lines
291 B
INI
17 lines
291 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
|