Use spaces in .proto file indents
This commit is contained in:
parent
7675bea955
commit
8cd7da3f28
4 changed files with 13 additions and 13 deletions
|
@ -8,7 +8,7 @@ charset = utf-8
|
|||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{yaml,yml,sql}]
|
||||
[*.{yaml,yml,sql,proto}]
|
||||
indent_style = space
|
||||
|
||||
[.gitlab-ci.yml]
|
||||
|
|
Loading…
Reference in a new issue