gitignore & editorconfig

This commit is contained in:
2024-03-12 20:18:00 +11:00
parent 02484902ee
commit 9ea9665e70
2 changed files with 23 additions and 0 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*.c]
charset = utf-8
max_line_length = 120
indent_style = tab
indent_size = tab
tab_width = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
.vs/
.vscode/
.idea/
CMakeSettings.json
out/
build/
xcode/
cmake-build-*/
Thumbs.db
.DS_Store