Skip to content

Commit

Permalink
editorconfig: add section for *.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime2 committed Feb 21, 2019
1 parent e4cf9d4 commit 3a6cfde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ indent_style = tab
[*.yml]
indent_style = space
indent_size = 2

[*.proto]
indent_style = space
indent_size = 2

0 comments on commit 3a6cfde

Please sign in to comment.