From 69fd75359367617f69f1344ace5ad0c9b63e1b1c Mon Sep 17 00:00:00 2001 From: Ilyes512 Date: Sun, 19 Nov 2023 18:32:47 +0100 Subject: [PATCH] Added editorconfig --- .editorconfig | 18 ++++++++++++++++++ .gitignore | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..263201c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + +[*.go] +indent_style = tab + +[*.md] +trim_trailing_whitespace = false + +[*.{json,js,ts,vue,yml,yaml}] +indent_size = 2 diff --git a/.gitignore b/.gitignore index 7739ec7..0d6a4b9 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,5 @@ vendor # don't accidentally commit a build of main boilr + +dist/