Skip to content

Commit 31fd49c

Browse files
committed
fix .editorconfig for *.proto
1 parent f802848 commit 31fd49c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ resharper_web_config_module_not_resolved_highlighting = warning
7676
resharper_web_config_type_not_resolved_highlighting = warning
7777
resharper_web_config_wrong_module_highlighting = warning
7878

79-
[{*.json,*.jsonc,*.yml,*.yaml,*.proto}]
79+
[{*.json,*.jsonc,*.yml,*.yaml}]
8080
indent_style = space
8181
indent_size = 2
82+
83+
[{*.proto}]
84+
indent_style = tab
85+
indent_size = 1

0 commit comments

Comments
 (0)