summary refs log tree commit diff
path: root/.config/yamlfs/helm.yml
diff options
context:
space:
mode:
Diffstat (limited to '.config/yamlfs/helm.yml')
-rw-r--r--.config/yamlfs/helm.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/yamlfs/helm.yml b/.config/yamlfs/helm.yml
index f15f02c..67d9995 100644
--- a/.config/yamlfs/helm.yml
+++ b/.config/yamlfs/helm.yml
@@ -41,6 +41,22 @@ README.md: |-
   | resources.limits.memory | |
   | resources.limits.cpu | |
 
+.editorconfig: |-
+  ; http://editorconfig.org/
+
+  root = true
+
+  [*]
+  charset = utf-8
+  end_of_line = lf
+  indent_style = space
+
+  [*.yaml]
+  indent_size = 2
+
+  [*.md]
+  trim_trailing_whitespace = false
+
 Chart.yaml: |-
   apiVersion: v1
   name: {% .name %}