From cbfb84651287942d60f7b0ef682e2c78e829889b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 23 Aug 2019 23:21:17 +0200 Subject: [PATCH 1/3] Enhancement: Sort entries in .gitattributes --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1e93454d4b..7fde23fa7b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,8 @@ -/.gitignore export-ignore +/test/ export-ignore /.gitattributes export-ignore +/.github export-ignore +/.gitignore export-ignore /.travis.yml export-ignore /CONTRIBUTING.md export-ignore -/phpunit.xml.dist export-ignore /Makefile export-ignore -/test export-ignore -/.github export-ignore +/phpunit.xml.dist export-ignore From c9375f8e674f51ea60d3f4650fcd7c9fd29dddfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 23 Aug 2019 23:22:19 +0200 Subject: [PATCH 2/3] Fix: Remove non-applicable entry --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7fde23fa7b..6b3131e17c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,5 @@ /test/ export-ignore /.gitattributes export-ignore -/.github export-ignore /.gitignore export-ignore /.travis.yml export-ignore /CONTRIBUTING.md export-ignore From 84094e97f0c719d04e5cdf8721faae90009eb002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 23 Aug 2019 23:23:26 +0200 Subject: [PATCH 3/3] Enhancement: Indent --- .gitattributes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6b3131e17c..59052b5011 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ -/test/ export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.travis.yml export-ignore -/CONTRIBUTING.md export-ignore -/Makefile export-ignore -/phpunit.xml.dist export-ignore +/test/ export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/CONTRIBUTING.md export-ignore +/Makefile export-ignore +/phpunit.xml.dist export-ignore