mirror of
https://github.com/ScrelliCopter/Lesson10-SDL3.git
synced 2025-02-21 07:19:26 +11:00
gitignore & editorconfig
This commit is contained in:
11
.editorconfig
Normal file
11
.editorconfig
Normal 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
12
.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
.vs/
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
CMakeSettings.json
|
||||||
|
|
||||||
|
out/
|
||||||
|
build/
|
||||||
|
xcode/
|
||||||
|
cmake-build-*/
|
||||||
|
|
||||||
|
Thumbs.db
|
||||||
|
.DS_Store
|
||||||
Reference in New Issue
Block a user