fedimovies/.editorconfig

23 lines
282 B
INI
Raw Normal View History

2021-04-09 00:22:17 +00:00
[*]
charset = utf-8
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.rs]
indent_size = 4
2021-09-14 13:35:41 +00:00
[*.json]
indent_size = 2
2021-04-09 00:22:17 +00:00
[*.yaml]
indent_size = 2
[*.toml]
indent_size = 2
2021-04-09 00:22:17 +00:00
[*.md]
indent_size = 2
max_line_length = off
trim_trailing_whitespace = false