.editorconfig: added editor configuration; CONTRIBUTING: changed tabstop requirement to 4

This commit is contained in:
2023-12-27 15:38:38 -07:00
parent 83d6f0b2c2
commit cbe8f5f8e8
2 changed files with 9 additions and 1 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
charset = utf8
end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = true