diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a192365 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true +charset = utf-8 +end_of_line = lf + +[*.{yaml,yml}] +indent_size = 2 + +[Makefile] +indent_style = tab diff --git a/.gitignore b/.gitignore index b35e5c7..616ce6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ /.env +/dist