2016-11-09 17:23:21 +00:00
|
|
|
# Source files should not be normalized to avoid confusing clang-format-diff.py
|
|
|
|
*.c text eol=lf
|
|
|
|
*.cc text eol=lf
|
|
|
|
*.cpp text eol=lf
|
|
|
|
*.h text eol=lf
|
|
|
|
|
2015-06-25 11:41:53 +00:00
|
|
|
# Explicitly declare text files we want to be normalized.
|
|
|
|
*.gyp text
|
|
|
|
*.gypi text
|
|
|
|
*.dart text
|
|
|
|
*.mk text
|
|
|
|
*.Makefile text
|
|
|
|
*.md text
|
|
|
|
*.yaml text
|
|
|
|
|
2015-06-26 12:40:01 +00:00
|
|
|
# Files that should not be converted.
|
2015-06-25 12:27:10 +00:00
|
|
|
tests/compiler/dart2js_extra/string_interpolation_test.dart -text
|
|
|
|
tests/compiler/dart2js_extra/string_interpolation_dynamic_test.dart -text
|
2015-06-26 12:40:01 +00:00
|
|
|
tests/compiler/dart2js_extra/literal_string_juxtaposition_test.dart -text
|
|
|
|
tests/language/raw_string_test.dart -text
|
|
|
|
tests/language/multiline_strings_test.dart -text
|
2015-07-22 11:10:13 +00:00
|
|
|
tests/language/multiline_newline_cr.dart -text
|
|
|
|
tests/language/multiline_newline_crlf.dart -text
|
|
|
|
tests/language/multiline_newline_lf.dart -text
|
2015-06-26 12:40:01 +00:00
|
|
|
tests/lib/convert/json_pretty_test.dart -text
|
2015-06-29 11:43:57 +00:00
|
|
|
tests/lib/mirrors/method_mirror_source_line_ending_test.dart -text
|
2015-06-26 12:40:01 +00:00
|
|
|
tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text
|
|
|
|
tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text
|
2015-06-26 16:53:21 +00:00
|
|
|
tests/lib/mirrors/method_mirror_source_line_ending_lf.dart -text
|
2015-06-29 11:43:57 +00:00
|
|
|
tests/lib/mirrors/method_mirror_source_test.dart -text
|
|
|
|
tests/lib/mirrors/method_mirror_source_other.dart -text
|
2016-12-09 18:28:09 +00:00
|
|
|
tests/language_strong/multiline_newline_crlf.dart -text
|
|
|
|
tests/lib_strong/mirrors/method_mirror_source_line_ending_cr.dart -text
|
|
|
|
tests/lib_strong/mirrors/method_mirror_source_line_ending_crlf.dart -text
|
2015-06-25 11:41:53 +00:00
|
|
|
|
|
|
|
# Files to leave alone and not diff.
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
*.xpi binary
|