fedhub/.editorconfig

13 lines
177 B
INI
Raw Permalink Normal View History

2020-04-22 06:43:28 +00:00
[*]
2020-04-20 05:21:26 +00:00
end_of_file = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
2020-04-22 06:43:28 +00:00
[*.{rs,sql,tera}]
2020-04-20 05:21:26 +00:00
indent_size = 4
2020-04-22 06:43:28 +00:00
[*.md]
indent_size = 2