Browse Source

chore: add editorconfig

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
pull/1853/head
Mark Sagi-Kazar 5 years ago
parent
commit
ed7b71a190
No known key found for this signature in database
GPG Key ID: 34CC109EB5ED1C2A
  1. 15
      .editorconfig
  2. 2
      .github/workflows/.editorconfig
  3. 2
      scripts/manifests/.editorconfig

15
.editorconfig

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
[*.proto]
indent_size = 2

2
.github/workflows/.editorconfig

@ -1,2 +1,2 @@
[*.yml]
[{*.yml,*.yaml}]
indent_size = 2

2
scripts/manifests/.editorconfig

@ -0,0 +1,2 @@
[{*.yml,*.yaml}]
indent_size = 2
Loading…
Cancel
Save