Spaces not tabs

This commit is contained in:
Lukas Martinelli 2016-12-03 17:03:39 +01:00
parent 842795c6e0
commit 2db80db95a

View file

@ -5,11 +5,10 @@ root = true
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,jsx,html,sass}]
charset = utf-8
indent_style = tab
indent_style = space
indent_size = 2
trim_trailing_whitespace = true