Files
robbis.space/kirby-baukasten-main/.editorconfig
KirbyCMS Deploy 0a8c107828 Initial commit
2026-04-15 11:50:31 +00:00

15 lines
222 B
INI

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