diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c1e2c64 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/flux/olympus/apps/websites/kustomization.yaml b/flux/olympus/apps/websites/kustomization.yaml index 80f2775..a9d1c53 100644 --- a/flux/olympus/apps/websites/kustomization.yaml +++ b/flux/olympus/apps/websites/kustomization.yaml @@ -5,4 +5,4 @@ metadata: resources: - 0x76.yaml - internal.yaml - - blog.yaml \ No newline at end of file + - blog.yaml