diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..02c5127 --- /dev/null +++ b/.editorconfig @@ -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 diff --git a/roles/k3s/master/templates/metallb.crds.j2 b/roles/k3s/master/templates/metallb.crds.j2 index 3b42307..809733b 100644 --- a/roles/k3s/master/templates/metallb.crds.j2 +++ b/roles/k3s/master/templates/metallb.crds.j2 @@ -1794,4 +1794,4 @@ webhooks: - UPDATE resources: - l2advertisements - sideEffects: None \ No newline at end of file + sideEffects: None diff --git a/roles/k3s/master/templates/metallb.namespace.j2 b/roles/k3s/master/templates/metallb.namespace.j2 index 2c3979f..003269b 100644 --- a/roles/k3s/master/templates/metallb.namespace.j2 +++ b/roles/k3s/master/templates/metallb.namespace.j2 @@ -4,4 +4,3 @@ metadata: name: metallb-system labels: app: metallb - \ No newline at end of file