fedimovies/.editorconfig
2021-09-14 13:35:41 +00:00

20 lines
256 B
INI

[*]
charset = utf-8
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.rs]
indent_size = 4
[*.json]
indent_size = 2
[*.yaml]
indent_size = 2
[*.md]
indent_size = 2
max_line_length = off
trim_trailing_whitespace = false