diff options
author | Henrique Lacreta Alves <henriquelalves@gmail.com> | 2024-05-14 02:13:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 02:13:58 +0300 |
commit | 569c6856d1bc1b873b317a470d8d1591f92568a2 (patch) | |
tree | da5895d9ee1cef0bde86fc6ed930802f46093deb /.editorconfig | |
parent | 595895c0bf1565510ed23e5c95863cafae1daea7 (diff) | |
parent | d78391bcf9d9730a70298c39871b60314629ed66 (diff) | |
download | gamejam-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-- | .editorconfig | 4 |
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 |