From cadb3307559f786e04c1b9a238f35d13848cb753 Mon Sep 17 00:00:00 2001
From: Nicolas Raidelet <nicolas.raidelet@irstea.fr>
Date: Fri, 24 Nov 2017 16:06:30 +0100
Subject: [PATCH] Ajout conf standrard

---
 .editorconfig     | 12 +-----------
 .php_cs.dist      |  1 +
 phpmd-ruleset.xml |  1 +
 3 files changed, 3 insertions(+), 11 deletions(-)
 mode change 100644 => 120000 .editorconfig
 create mode 120000 .php_cs.dist
 create mode 120000 phpmd-ruleset.xml

diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index 6e2c813c..00000000
--- a/.editorconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-# editorconfig.org
-root=true
-
-[*]
-charset=utf-8
-end_of_line=lf
-indent_size=4
-indent_style=space
-insert_final_newline=true
-tab_width=8
-trim_trailing_whitespace=true
diff --git a/.editorconfig b/.editorconfig
new file mode 120000
index 00000000..bab0d35c
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1 @@
+devtools/editorconfig
\ No newline at end of file
diff --git a/.php_cs.dist b/.php_cs.dist
new file mode 120000
index 00000000..f23a6086
--- /dev/null
+++ b/.php_cs.dist
@@ -0,0 +1 @@
+devtools/php/php_cs.dist
\ No newline at end of file
diff --git a/phpmd-ruleset.xml b/phpmd-ruleset.xml
new file mode 120000
index 00000000..c6393cfe
--- /dev/null
+++ b/phpmd-ruleset.xml
@@ -0,0 +1 @@
+devtools/php/phpmd-ruleset.xml
\ No newline at end of file
-- 
GitLab