aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-01-24 20:58:27 +0100
committerSimon Ser <contact@emersion.fr>2020-01-24 20:59:35 +0100
commitb325933a8bc68fa99bc79982938f6936e9a6de8e (patch)
tree0c1e6d25fe8c83bbbed5ec8e2a365143b67ca2e7 /.editorconfig
parent3384c39a1773c90eb4575d4017fcd92b9e9ab6f9 (diff)
downloadalps-b325933a8bc68fa99bc79982938f6936e9a6de8e.tar.gz
alps-b325933a8bc68fa99bc79982938f6936e9a6de8e.zip
Add .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..ca821f9
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+indent_style = tab
+indent_size = 4
+
+[*.{html,css,scss}]
+indent_style = space
+indent_size = 2