blob: 494c88edb9b7c10920bf168f9dc8323b6e70f6cb [file]
# 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
# Preserve line endings for vendored Bazel rules.
third_party/bazel_vendor/** -text