mininews/.editorconfig
Jake Walker bea960fad8
Some checks failed
ci/woodpecker/manual/deploy Pipeline failed
initial commit
2025-01-21 23:40:23 +00:00

15 lines
261 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yml,yaml}]
indent_size = 2