summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAndreas Fankhauser2020-09-17 18:31:38 +0200
committerAndreas Fankhauser2020-09-17 18:31:38 +0200
commit0583a675e15078cc38b3917032e89494a7477cd9 (patch)
tree1c906f28123576f9bb576419c7f61817d45d1d96 /.editorconfig
parent6a55ab7012c7d5d392c5264bf0cfcd8b13b1887e (diff)
downloadgateleen-resclone-0583a675e15078cc38b3917032e89494a7477cd9.zip
gateleen-resclone-0583a675e15078cc38b3917032e89494a7477cd9.tar.gz
Migrate existing sources.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..b6cc8e0
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,17 @@
+
+[*.{c,h}]
+indent_style=space
+indent_size=4
+
+[Makefile]
+indent_style=tab
+
+[*.{xml,html,htm}]
+indent_style=space
+indent_size=2
+charset=utf-8
+
+[*.{json}]
+indent_style=space
+indent_size=2
+charset=utf-8