🎨 editorconfig

This commit is contained in:
auricom
2022-12-01 22:04:06 +01:00
parent 5dce3b414f
commit 51c8e65699
2 changed files with 21 additions and 1 deletions

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = space
indent_size = 4
[*.{bash,sh}]
indent_style = space
indent_size = 4
[*.{yaml,yml}]
indent_size = 2

1
.envrc
View File

@@ -1 +0,0 @@
export KUBECONFIG=$(expand_path ./kubeconfig)