From 28ff8cbfe126d2e68d591aafbd2b6ca75d60982b Mon Sep 17 00:00:00 2001 From: Yaw Anokwa Date: Thu, 13 Apr 2017 10:45:08 -0700 Subject: [PATCH] No Windows newlines (#880) * Prevent Windows newlines * Newline --- .gitattributes | 1 + collect_app/config/checkstyle/checkstyle.xml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..7d07d70cc8d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=lf diff --git a/collect_app/config/checkstyle/checkstyle.xml b/collect_app/config/checkstyle/checkstyle.xml index c8eaeb53225..b6e307ac95f 100644 --- a/collect_app/config/checkstyle/checkstyle.xml +++ b/collect_app/config/checkstyle/checkstyle.xml @@ -19,6 +19,12 @@ + + + + + +