chore: add linters and ignores

This commit is contained in:
pat-s
2025-03-06 21:59:42 +01:00
parent f900633803
commit 82ed342b11
9 changed files with 384 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false