diff options
author | gilzoide <gilzoide@gmail.com> | 2024-05-05 11:04:48 -0300 |
---|---|---|
committer | gilzoide <gilzoide@gmail.com> | 2024-05-05 11:08:42 -0300 |
commit | 9999ea36e68e910af8dbf1f8b0c0fc4bf2c3b6a5 (patch) | |
tree | 3f89305088b7f14965dce6c15af45b95b3eb0472 /.editorconfig | |
parent | d78391bcf9d9730a70298c39871b60314629ed66 (diff) | |
download | gamejam-slgj-2024-9999ea36e68e910af8dbf1f8b0c0fc4bf2c3b6a5.tar.gz gamejam-slgj-2024-9999ea36e68e910af8dbf1f8b0c0fc4bf2c3b6a5.tar.bz2 gamejam-slgj-2024-9999ea36e68e910af8dbf1f8b0c0fc4bf2c3b6a5.zip |
Add script for automatically generating enums.c from raylib_api.json
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 |