mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 11:28:30 +08:00
Add rustfmt.toml and enable auto formatting (Fixes #7)
This commit is contained in:
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"[rust]": {
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnPaste": true
|
||||
},
|
||||
"rust-analyzer.rustfmt.extraArgs": [
|
||||
"--config", // Remove when rustfmt 2.0
|
||||
"match_block_trailing_comma=true", // is released
|
||||
"--config", // Remove when control_brace_style
|
||||
"control_brace_style=ClosingNextLine" // becomes stable
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user