summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorHenrique Lacreta Alves <henriquelalves@gmail.com>2024-05-14 02:13:58 +0300
committerGitHub <noreply@github.com>2024-05-14 02:13:58 +0300
commit569c6856d1bc1b873b317a470d8d1591f92568a2 (patch)
treeda5895d9ee1cef0bde86fc6ed930802f46093deb /.editorconfig
parent595895c0bf1565510ed23e5c95863cafae1daea7 (diff)
parentd78391bcf9d9730a70298c39871b60314629ed66 (diff)
downloadgamejam-slgj-2024-569c6856d1bc1b873b317a470d8d1591f92568a2.tar.gz
gamejam-slgj-2024-569c6856d1bc1b873b317a470d8d1591f92568a2.tar.bz2
gamejam-slgj-2024-569c6856d1bc1b873b317a470d8d1591f92568a2.zip
Merge pull request #3 from gilzoide/raylib-submodule
Add raylib as a Git submodule
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 335540e..3ab36f3 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,3 +8,7 @@ insert_final_newline = true
[*.{c,h}]
indent_style = space
indent_size = 2
+
+[CMake*.txt]
+indent_style = space
+indent_size = 2