chore: add editorconfig
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
6cdbb59406
commit
ed7b71a190
15
.editorconfig
Normal file
15
.editorconfig
Normal file
@ -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
vendored
2
.github/workflows/.editorconfig
vendored
@ -1,2 +1,2 @@
|
||||
[*.yml]
|
||||
[{*.yml,*.yaml}]
|
||||
indent_size = 2
|
||||
|
2
scripts/manifests/.editorconfig
Normal file
2
scripts/manifests/.editorconfig
Normal file
@ -0,0 +1,2 @@
|
||||
[{*.yml,*.yaml}]
|
||||
indent_size = 2
|
Reference in New Issue
Block a user