diff options
author | gilzoide <gilzoide@gmail.com> | 2024-05-03 22:44:48 -0300 |
---|---|---|
committer | gilzoide <gilzoide@gmail.com> | 2024-05-03 22:57:14 -0300 |
commit | 0b16bff33cea484c03adc9304623b81629392722 (patch) | |
tree | d8417accef88590e47868a7bd4c064d57e517a73 | |
parent | 510a5d76180f30f1dd75a05927bbcb10bfae8da8 (diff) | |
download | gamejam-slgj-2024-0b16bff33cea484c03adc9304623b81629392722.tar.gz gamejam-slgj-2024-0b16bff33cea484c03adc9304623b81629392722.tar.bz2 gamejam-slgj-2024-0b16bff33cea484c03adc9304623b81629392722.zip |
Add .editorconfig
-rw-r--r-- | .editorconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..335540e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true + +[*.{c,h}] +indent_style = space +indent_size = 2 |