diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c5f4ac7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +; This file is for unifying the coding style for different editors and IDEs. +; More information at http://editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{yml,yaml}] +indent_size = 2 diff --git a/.gitattributes b/.gitattributes index 8d23bd8..9b46665 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,8 @@ /.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.php_cs.dist export-ignore +/.editorconfig export-ignore +/.php-cs-fixer.dist.php export-ignore /docs export-ignore /phpunit.xml.dist export-ignore /psalm.xml export-ignore