add editorconfig and fix trailing whitespaces (#68)

Co-authored-by: Techno Tim <timothystewart6@gmail.com>
This commit is contained in:
Vitalij Dovhanyc 2022-09-08 03:00:13 +02:00 committed by GitHub
parent 60bc09b085
commit 58c3a61bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 2 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
max_line_length = off
[Makefile]
indent_style = tab
[*.go]
indent_style = tab

View File

@ -4,4 +4,3 @@ metadata:
name: metallb-system
labels:
app: metallb