Add an editor config file

master
DanielApt 10 years ago committed by Hyunje Alex Jun
parent 08d559561e
commit 7ba25d020c

@ -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
Loading…
Cancel
Save