You've already forked AstralRinth
forked from didirus/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
|
indent_size = 2
|
||||||
max_line_length = off
|
max_line_length = off
|
||||||
|
|
||||||
[*.toml]
|
[*.{toml,json}]
|
||||||
indent_size = 2
|
|
||||||
|
|
||||||
[*.json]
|
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
# YAML requires space indentation by spec
|
# YAML requires space indentation by spec
|
||||||
[*.{yml,yaml}]
|
[*.{yml,yaml}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
|
[*.rs]
|
||||||
|
indent_style = space
|
||||||
|
|||||||
Reference in New Issue
Block a user