techno-tim / k3s-ansible

The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
https://technotim.live/posts/k3s-etcd-ansible/
Apache License 2.0
2.41k stars 1.05k forks source link

add editorconfig and fix trailing whitespaces #68

Closed vdovhanych closed 2 years ago

vdovhanych commented 2 years ago

Proposed Changes

This pr adds editorconfig file configuration and fixes some trailing whitespace in jinja templates.

Editorconfig should format the files when editing based on the set rules if the extension is installed for your text editor.

Checklist

timothystewart6 commented 2 years ago

will merge after we merge in https://github.com/techno-tim/k3s-ansible/pull/70

timothystewart6 commented 2 years ago

Thank you!