fedhub/.editorconfig
2020-04-22 01:43:28 -05:00

12 lines
177 B
INI

[*]
end_of_file = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
[*.{rs,sql,tera}]
indent_size = 4
[*.md]
indent_size = 2