diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-10-15 19:24:05 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-10-15 19:24:05 +0200 |
commit | 81a276ab7840d6f9c64da80fe5d3bad88fb99b83 (patch) | |
tree | 23797bb0c53f513e64406acbec521c25081dbdba /.editorconfig | |
parent | 6d04ada06ce29868338face2fbbec8ab72c48dd2 (diff) | |
download | esp-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-- | .editorconfig | 11 |
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 |