add editorconfig
authorgggeek <giunta.gaetano@gmail.com>
Mon, 1 Jun 2020 10:09:09 +0000 (10:09 +0000)
committergggeek <giunta.gaetano@gmail.com>
Mon, 1 Jun 2020 10:09:09 +0000 (10:09 +0000)
.editorconfig [new file with mode: 0644]
.gitattributes

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..677e36e
--- /dev/null
@@ -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
index 2047198..dd8e3d5 100644 (file)
@@ -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