Use spaces in .proto file indents

This commit is contained in:
Tulir Asokan 2023-07-01 12:52:53 +03:00
parent 7675bea955
commit 8cd7da3f28
4 changed files with 13 additions and 13 deletions

View file

@ -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]