aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-10-15 19:24:05 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-10-15 19:24:05 +0200
commit81a276ab7840d6f9c64da80fe5d3bad88fb99b83 (patch)
tree23797bb0c53f513e64406acbec521c25081dbdba /.editorconfig
parent6d04ada06ce29868338face2fbbec8ab72c48dd2 (diff)
downloadesp-playground-81a276ab7840d6f9c64da80fe5d3bad88fb99b83.tar.gz
esp-playground-81a276ab7840d6f9c64da80fe5d3bad88fb99b83.tar.bz2
esp-playground-81a276ab7840d6f9c64da80fe5d3bad88fb99b83.tar.xz
esp-playground-81a276ab7840d6f9c64da80fe5d3bad88fb99b83.zip
wip
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..774f1b7
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_style = space
+
+[*.lua]
+indent_size = 2