fedimovies/.editorconfig

17 lines
230 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
[*.yaml]
indent_size = 2
[*.md]
indent_size = 2
max_line_length = off
trim_trailing_whitespace = false