fileformats/.editorconfig
Théo LUDWIG 82face79e8
Some checks failed
ci / ci (push) Failing after 37s
ci / lint-markdown (push) Failing after 8s
ci / lint-commit (push) Successful in 43s
chore: initial commit
2023-12-07 00:12:28 +01:00

15 lines
211 B
INI

# https://editorconfig.org/
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,md}]
indent_size = 2