alexdaniels.me/.editorconfig

18 lines
257 B
INI
Raw Permalink Normal View History

2026-05-22 12:37:28 -07:00
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
2026-06-03 17:18:50 -07:00
indent_size = 2
2026-05-22 12:37:28 -07:00
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[{compose.yaml,compose.*.yaml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false