feat: added .editorconfig to ensure consistency across IDEs and to prevent line ending oopsies (#17)

This commit is contained in:
Matt Cavanagh
2025-02-06 17:47:37 +00:00
committed by GitHub
parent 21b1822006
commit 9f592e7ce2
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
+1
View File
@@ -3,3 +3,4 @@
!install.sh
!README.md
!version
!.editorconfig