aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorSamadi van Koten <samadi@vktec.co.uk>2018-02-06 12:51:50 +0000
committerSamadi van Koten <samadi@vktec.co.uk>2018-02-06 12:51:50 +0000
commit9a574c35d30a974c492d07a558fbe0cb91395282 (patch)
tree6648611660ed3735bc13dc902fda34947876330b /.editorconfig
downloadvis-editorconfig-9a574c35d30a974c492d07a558fbe0cb91395282.tar.gz
Create an editorconfig plugin for vis
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..d60c879
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,5 @@
+root = true
+
+[*.lua]
+indent_style = space
+indent_size = 2