1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-10 19:31:03 +02:00
portfolio/.editorconfig

14 lines
224 B
INI
Raw Normal View History

2018-03-18 20:39:18 +01:00
# EditorConfig is awesome: http://EditorConfig.org
2018-05-12 22:14:53 +02:00
root = true
2018-03-18 20:39:18 +01:00
[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
2018-05-22 22:17:51 +02:00
[*.scss]
2018-03-18 20:39:18 +01:00
indent_size = 4