Skip to content

Commit

Permalink
add editorconfig and fix trailing whitespaces (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: Techno Tim <[email protected]>
  • Loading branch information
vdovhanych and timothystewart6 authored Sep 8, 2022
1 parent 60bc09b commit 58c3a61
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion roles/k3s/master/templates/metallb.crds.j2
Original file line number Diff line number Diff line change
Expand Up @@ -1794,4 +1794,4 @@ webhooks:
- UPDATE
resources:
- l2advertisements
sideEffects: None
sideEffects: None
1 change: 0 additions & 1 deletion roles/k3s/master/templates/metallb.namespace.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ metadata:
name: metallb-system
labels:
app: metallb

0 comments on commit 58c3a61

Please sign in to comment.