Skip to content

Commit ed7b71a

Browse files
committed
chore: add editorconfig
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent 6cdbb59 commit ed7b71a

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.go]
12+
indent_style = tab
13+
14+
[*.proto]
15+
indent_size = 2

.github/workflows/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[*.yml]
1+
[{*.yml,*.yaml}]
22
indent_size = 2

scripts/manifests/.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[{*.yml,*.yaml}]
2+
indent_size = 2

0 commit comments

Comments
 (0)