1
0
Fork 0
blog/.editorconfig

15 lines
225 B
INI
Raw Normal View History

2017-03-25 22:05:01 +01:00
# EditorConfig is awesome: http://EditorConfig.org
2018-07-11 17:56:13 +02:00
root = true
2017-03-25 22:05:01 +01:00
[*]
indent_style = space
2018-07-11 17:56:13 +02:00
indent_size = 2
2017-03-25 22:05:01 +01:00
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
2018-07-11 17:56:13 +02:00
[*.scss]
indent_size = 4