ScoopInstaller_Main/.editorconfig
Rashil Gandhi df10303a05
(chore): Fix git conflicts with line endings (#3693)
* Update .editorconfig

* Update .gitattributes
2022-06-21 12:43:35 +05:30

18 lines
322 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
[[Mm]akefile{,.*}]
# TAB-style indentation
indent_style = tab