We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b410c9 commit 0afcd84Copy full SHA for 0afcd84
.editorconfig
@@ -19,7 +19,7 @@ ij_wrap_on_typing = false
19
[*.proto]
20
tab_width = 2
21
indent_size = 2
22
-indent_style = tab
+indent_style = space
23
insert_final_newline = true
24
ij_continuation_indent_size = 4
25
ij_protobuf_keep_blank_lines_in_code = 2
@@ -72,4 +72,4 @@ ij_prototext_space_after_comma = true
72
ij_prototext_space_before_colon = false
73
ij_prototext_space_before_comma = false
74
ij_prototext_spaces_within_braces = true
75
-ij_prototext_spaces_within_brackets = false
+ij_prototext_spaces_within_brackets = false
0 commit comments