mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
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:
parent
f6bb844b70
commit
7de6d8d69b
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user