From: gggeek Date: Mon, 1 Jun 2020 10:09:09 +0000 (+0000) Subject: add editorconfig X-Git-Tag: 4.4.3~59 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=44763cb230cd1a85c55099f9fa479749bcf425ab;p=plcapi.git add 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