pp/Library/.editorconfig

19 lines
246 B
INI
Raw Normal View History

2019-11-18 12:48:53 +01:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.scss]
indent_size = 2
2019-11-18 12:48:53 +01:00
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2