blob: af8ab6368e58428021143fa589e0fcb3862a1a06 [file] [log] [blame]
# Auto detect text files and perform LF normalization.
* text=auto
# Always perform LF normalization on these files.
*.c text
*.cc text
*.cpp text
*.h text
*.gn text
*.md text
# Don't treat SVG as text.
*.svg -diff
# Skip Tricium by default on files in third_party and golden files but still
# enforce tricium on BUILD.gn and OWNERS even in these directories.
**/golden/** -tricium
**/goldens/** -tricium
**/third_party/** -tricium
**/BUILD.gn tricium
**/OWNERS tricium