proto: Add editorconfig to ident using two spaces (#57281)

The default my editor uses is 4 spaces, which always throws formatting errors in CI. This makes my life easier :)
This commit is contained in:
Erik Seliger 2023-10-03 02:39:42 +02:00 committed by GitHub
parent f6bb844b70
commit 7de6d8d69b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ indent_size = 4
[*.go]
indent_style = tab
[{*.kt,*.java,*.kts,*.lua,*.js,*.jsx,*.json,*.yml,*.yaml,*.md,.babelrc,.stylelintrc}]
[{*.kt,*.java,*.kts,*.lua,*.js,*.jsx,*.json,*.yml,*.yaml,*.md,.babelrc,.stylelintrc,*.proto}]
indent_size = 2
[*.md]