1
0
mirror of https://github.com/stisla/stisla.git synced 2025-08-31 03:50:11 +02:00
Files
stisla/.editorconfig
2019-02-11 19:15:56 +07:00

15 lines
217 B
INI

root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{html,css,scss,js,json}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false