templates/webpunk-templates/.editorconfig
2025-06-15 00:02:46 +03:00

16 lines
214 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.toml]
indent_size = 4