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
|
2018-10-02 19:44:04 +00:00
|
|
|
*.dart text eol=lf
|
2016-11-09 17:23:21 +00:00
|
|
|
|
2015-06-25 11:41:53 +00:00
|
|
|
# Explicitly declare text files we want to be normalized.
|
|
|
|
*.gyp text
|
|
|
|
*.gypi text
|
|
|
|
*.mk text
|
|
|
|
*.Makefile text
|
|
|
|
*.md text
|
|
|
|
*.yaml text
|
|
|
|
|
2020-06-03 15:15:30 +00:00
|
|
|
# File that should not be converted.
|
2021-02-04 23:11:32 +00:00
|
|
|
tests/web/eof_line_ending_test.dart -text
|
|
|
|
tests/web/string_interpolation_test.dart -text
|
|
|
|
tests/web/string_interpolation_dynamic_test.dart -text
|
|
|
|
tests/web/literal_string_juxtaposition_test.dart -text
|
|
|
|
tests/web_2/eof_line_ending_test.dart -text
|
|
|
|
tests/web_2/string_interpolation_test.dart -text
|
|
|
|
tests/web_2/string_interpolation_dynamic_test.dart -text
|
|
|
|
tests/web_2/literal_string_juxtaposition_test.dart -text
|
2020-06-17 21:14:43 +00:00
|
|
|
tests/language/string/raw_string_test.dart -text
|
|
|
|
tests/language/string/multiline_strings_test.dart -text
|
|
|
|
tests/language/string/multiline_newline_cr.dart -text
|
|
|
|
tests/language/string/multiline_newline_crlf.dart -text
|
|
|
|
tests/language/string/multiline_newline_lf.dart -text
|
2019-12-11 19:18:00 +00:00
|
|
|
tests/language_2/string/raw_string_test.dart -text
|
|
|
|
tests/language_2/string/multiline_strings_test.dart -text
|
|
|
|
tests/language_2/string/multiline_newline_cr.dart -text
|
|
|
|
tests/language_2/string/multiline_newline_crlf.dart -text
|
|
|
|
tests/language_2/string/multiline_newline_lf.dart -text
|
2017-09-06 18:03:13 +00:00
|
|
|
tests/lib_2/convert/json_pretty_test.dart -text
|
|
|
|
tests/lib_2/mirrors/method_mirror_source_line_ending_cr.dart -text
|
|
|
|
tests/lib_2/mirrors/method_mirror_source_line_ending_crlf.dart -text
|
|
|
|
tests/lib_2/mirrors/method_mirror_source_line_ending_lf.dart -text
|
2017-09-08 09:27:41 +00:00
|
|
|
tests/lib_2/mirrors/method_mirror_source_line_ending_test.dart -text
|
|
|
|
tests/lib_2/mirrors/method_mirror_source_other.dart -text
|
2018-10-11 23:45:18 +00:00
|
|
|
tests/lib_2/mirrors/method_mirror_source_test.dart -text
|
2020-01-22 18:46:23 +00:00
|
|
|
tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text
|
|
|
|
tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text
|
|
|
|
tests/lib/mirrors/method_mirror_source_line_ending_lf.dart -text
|
|
|
|
tests/lib/mirrors/method_mirror_source_line_ending_test.dart -text
|
|
|
|
tests/lib/mirrors/method_mirror_source_other.dart -text
|
|
|
|
tests/lib/mirrors/method_mirror_source_test.dart -text
|
2015-06-25 11:41:53 +00:00
|
|
|
|
|
|
|
# Files to leave alone and not diff.
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
*.xpi binary
|
2018-05-31 13:56:45 +00:00
|
|
|
|
|
|
|
*.status diff=status
|