blob: 1646aa459b6a3ba6c9cac02aaa67ab2f3d91bc77 [file] [log] [blame]
# -*- conf -*-
# Use cpp-style diffs for .h files. This is useful
# if you modify classes defined in a header file.
*.h diff=cpp
# Autoconf.
*.ac whitespace=space-before-tab,indent-with-non-tab,trailing-space
*.m4 whitespace=space-before-tab,indent-with-non-tab,trailing-space
# Generated files.
configure -whitespace
aclocal.m4 -whitespace
Makefile.in -whitespace
# Imported files.
unordered_dense/* -whitespace
# Tab-indented files.
*.def whitespace=space-before-tab,indent-with-non-tab,trailing-space