aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMartin Steiger <git@martin-steiger.de>2015-05-02 12:46:30 +0200
committerRoman Ivanov <ivanov-jr@mail.ru>2015-05-21 11:48:15 -0700
commit384ecfc7d5a8ec7f0711c8baae661118297272a2 (patch)
tree9121223117fa68cc172a18eadcb0497392529226 /.gitattributes
parentb2991ef9e72bd4c69797779357fd9dc2eab7a3ae (diff)
downloadcheckstyle-384ecfc7d5a8ec7f0711c8baae661118297272a2.tar.gz
Add LineSeparatorOption.LF_CR_CRLF. Issue #1045
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..1e7ea541d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+/src/test/resources/com/puppycrawl/tools/checkstyle/InputNewlineLfAtEndOfFile.java eol=lf
+/src/test/resources/com/puppycrawl/tools/checkstyle/InputNewlineCrlfAtEndOfFile.java eol=crlf
+/src/test/resources/com/puppycrawl/tools/checkstyle/InputNewlineCrAtEndOfFile.java -text