whoa/.editorconfig
2025-12-27 18:27:57 -06:00

27 lines
399 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[src/**/*]
indent_size = 4
[test/**/*]
indent_size = 4
# Ignore vendor
[vendor/**/*]
charset = unset
end_of_line = unset
indent_size = unset
indent_style = unset
insert_final_newline = unset
trim_trailing_whitespace = unset