Files
compose-anything/.editorconfig
Sun-ZhenXing e04f439c3b init repo
2025-09-21 13:28:21 +08:00

19 lines
250 B
INI

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