mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-27 05:10:15 +10:00
23 lines
324 B
INI
23 lines
324 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
tab_width = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[{*.yml,*.yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.patch]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = false
|