diff options
author | Reiko Asakura | 2021-01-07 02:20:02 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-01-07 02:20:02 -0500 |
commit | 7c2a8284e1e427e967888d1029f68e90fee51334 (patch) | |
tree | 14a9baaab2c55c2c49d44217eab10f1d58534c72 /.editorconfig | |
parent | Remove incorrect defn in psp2/promoterutil.h (diff) | |
download | vds-libraries-7c2a8284e1e427e967888d1029f68e90fee51334.tar.gz |
Add .editorconfig to enforce tab setting
Will look better on Github.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1547c5a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.{h,c,cpp}] +indent_style = tab +indent_size = 4 |