Files
get/.editorconfig
2026-07-23 08:55:57 +02:00

34 lines
434 B
INI

root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
indent_size = 4
indent_style = space
max_line_length = 120
[*.md]
trim_trailing_whitespace = false
indent_size = 2
[*.xml]
indent_size = 2
continuation_indent_size = 8
[*.{yaml,yml}]
indent_size = 2
[*.{htm,html}]
indent_size = 2
[*.json]
indent_size = 2
[Makefile]
indent_style = tab
[*.vsconfig]
end_of_line = crlf