From b3ed2aa7d32f0ca9d6b55a734534cf1fb59e7bb6 Mon Sep 17 00:00:00 2001 From: Ben Gruver Date: Sat, 6 Oct 2012 16:18:48 -0700 Subject: [PATCH] Prevent newline normalization on windows for smali tests --- smali/src/test/resources/LexerTest/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 smali/src/test/resources/LexerTest/.gitattributes diff --git a/smali/src/test/resources/LexerTest/.gitattributes b/smali/src/test/resources/LexerTest/.gitattributes new file mode 100644 index 00000000..ea5112a6 --- /dev/null +++ b/smali/src/test/resources/LexerTest/.gitattributes @@ -0,0 +1,2 @@ +# Prevent newlines from being normalized on windows +*.smali -text \ No newline at end of file