1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-16 18:43:17 +02:00
void-packages/.editorconfig
2024-03-29 08:12:19 +01:00

22 lines
335 B
INI

root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_size = 4
indent_style = space
[*.{yml,yaml}]
indent_size = 2
indent_style = space
[*.{patch,diff}]
indent_style = unset
end_of_line = unset
charset = unset
trim_trailing_whitespace = unset