Files
vscodium/font-size/.editorconfig
2026-04-26 12:26:21 +02:00

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