diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1b44e42 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# editorconfig.org + +root = true + +[*] +charset = utf-8 +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore index 751f6c5..f02a2f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ build composer.lock docs -vendor \ No newline at end of file +vendor