fedimovies/.editorconfig

23 lines
282 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
[*.toml]
indent_size = 2
[*.md]
indent_size = 2
max_line_length = off
trim_trailing_whitespace = false