aboutsummaryrefslogtreecommitdiff
path: root/smali/src/test/resources
diff options
context:
space:
mode:
authorBen Gruver <bgruv@google.com>2012-10-06 16:18:48 -0700
committerBen Gruver <bgruv@google.com>2012-10-06 16:51:47 -0700
commitb3ed2aa7d32f0ca9d6b55a734534cf1fb59e7bb6 (patch)
treea65a78d3137134b4f2cc874396921e89936e66e2 /smali/src/test/resources
parentf4dd5319e9b06f0010461c8203578bbaf97fe53c (diff)
downloadsmali-b3ed2aa7d32f0ca9d6b55a734534cf1fb59e7bb6.tar.gz
Prevent newline normalization on windows for smali tests
Diffstat (limited to 'smali/src/test/resources')
-rw-r--r--smali/src/test/resources/LexerTest/.gitattributes2
1 files changed, 2 insertions, 0 deletions
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