feat: added .editorconfig to ensure consistency across IDEs and to prevent line ending oopsies (#17)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
+2
-1
@@ -2,4 +2,5 @@
|
||||
!h2mm
|
||||
!install.sh
|
||||
!README.md
|
||||
!version
|
||||
!version
|
||||
!.editorconfig
|
||||
|
||||
Reference in New Issue
Block a user