Browse Source

add proto section to .editorconfig

pull/1780/head
Anton Kaliaev 7 years ago
parent
commit
f07c300c14
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .editorconfig

+ 4
- 0
.editorconfig View File

@ -13,3 +13,7 @@ indent_style = tab
[*.sh]
indent_style = tab
[*.proto]
indent_style = space
indent_size = 2

Loading…
Cancel
Save