ci: init (#2)

This commit is contained in:
2024-11-18 10:08:40 +01:00
committed by GitHub
parent dad6ff5e91
commit f5bac6360d
2 changed files with 31 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# https://editorconfig.org/
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true