1
0

Mark .editorconfig to use spaces for Rust code as the formatter does (#4235)

This commit is contained in:
Josiah Glosson
2025-08-21 01:03:56 -07:00
committed by GitHub
parent 3d1cafdcec
commit 87dbb6dcbc

View File

@@ -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