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/