mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-08 05:40:20 +01:00
22 lines
338 B
INI
22 lines
338 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{xml,json,yml,yaml}]
|
|
indent_size = 2
|
|
|
|
[*.{sh,bash,zsh}]
|
|
end_of_line = lf
|
|
[*.{cmd,bat,ps1}]
|
|
end_of_line = crlf
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|