Add an editor config file

This commit is contained in:
DanielApt 2015-04-13 22:04:03 +01:00 committed by Hyunje Alex Jun
parent 08d559561e
commit 7ba25d020c

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# EditorConfig: http://editorconfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Indentation for JS & SCSS
[*.{js, scss}]
indent_style = space
indent_size = 2