diff options
author | Henrique Lacreta Alves <henriquelalves@gmail.com> | 2024-05-14 10:12:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 10:12:39 +0300 |
commit | 9859882f9f37f3eee6f9b90348c7e3c2ed229c49 (patch) | |
tree | 3f89305088b7f14965dce6c15af45b95b3eb0472 /.editorconfig | |
parent | 569c6856d1bc1b873b317a470d8d1591f92568a2 (diff) | |
parent | 9999ea36e68e910af8dbf1f8b0c0fc4bf2c3b6a5 (diff) | |
download | gamejam-slgj-2024-9859882f9f37f3eee6f9b90348c7e3c2ed229c49.tar.gz gamejam-slgj-2024-9859882f9f37f3eee6f9b90348c7e3c2ed229c49.tar.bz2 gamejam-slgj-2024-9859882f9f37f3eee6f9b90348c7e3c2ed229c49.zip |
Merge pull request #4 from gilzoide/automatic-raylib-enums
Automatic bindings for raylib enums
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 3ab36f3..717e6a1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ indent_size = 2 [CMake*.txt] indent_style = space indent_size = 2 + +[*.py] +indent_style = space +indent_size = 4 |