From 44763cb230cd1a85c55099f9fa479749bcf425ab Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 1 Jun 2020 10:09:09 +0000 Subject: [PATCH] add editorconfig --- .editorconfig | 9 +++++++++ .gitattributes | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..677e36e2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 2047198f..dd8e3d5f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,9 @@ demo/ export-ignore doc/ export-ignore tests/ export-ignore +.editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore .travis.yml export-ignore +pakefile.php export-ignore phpunit.xml export-ignore -- 2.47.0