summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorReiko Asakura2021-01-07 02:20:02 -0500
committerReiko Asakura2021-01-07 02:20:02 -0500
commit7c2a8284e1e427e967888d1029f68e90fee51334 (patch)
tree14a9baaab2c55c2c49d44217eab10f1d58534c72 /.editorconfig
parentRemove incorrect defn in psp2/promoterutil.h (diff)
downloadvds-libraries-7c2a8284e1e427e967888d1029f68e90fee51334.tar.gz
Add .editorconfig to enforce tab setting
Will look better on Github.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
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