Add editorconfig and gitignore

This commit is contained in:
Mark Spanbroek 2023-10-24 13:29:55 +02:00 committed by markspanbroek
parent 9f202e0a39
commit 1d81384c0c
2 changed files with 8 additions and 0 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
[*]
indent_style = space
insert_final_newline = true
indent_size = 2
trim_trailing_whitespace = true

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
!*/
!*.*