You've already forked AstralRinth
Mark .editorconfig to use spaces for Rust code as the formatter does (#4235)
This commit is contained in:
@@ -13,13 +13,13 @@ max_line_length = 100
|
||||
indent_size = 2
|
||||
max_line_length = off
|
||||
|
||||
[*.toml]
|
||||
indent_size = 2
|
||||
|
||||
[*.json]
|
||||
[*.{toml,json}]
|
||||
indent_size = 2
|
||||
|
||||
# YAML requires space indentation by spec
|
||||
[*.{yml,yaml}]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[*.rs]
|
||||
indent_style = space
|
||||
|
||||
Reference in New Issue
Block a user