chore: Add formatter for proto. Format zed.proto

This commit is contained in:
Peter Tripp 2024-11-14 10:23:03 -05:00
parent 49eb865e8a
commit 6e015998a7
No known key found for this signature in database
2 changed files with 37 additions and 29 deletions

View file

@ -30,6 +30,15 @@
"tab_size": 2,
"formatter": "prettier"
},
"Proto": {
"tab_size": 4,
"formatter": {
"external": {
"command": "clang-format",
"arguments": ["-style={IndentWidth: 4, ColumnLimit: 0}"]
}
}
},
"Rust": {
"tasks": {
"variables": {

View file

@ -1041,7 +1041,6 @@ message OnTypeFormattingResponse {
Transaction transaction = 1;
}
message LinkedEditingRange {
uint64 project_id = 1;
uint64 buffer_id = 2;