# Attributes used for formatting.
[attr]our-c-style   whitespace=tab-in-indent  format.clang-format=9

*.cxx   our-c-style
*.h     our-c-style
*.hxx   our-c-style
*.cu    our-c-style

*.cmake          whitespace=tab-in-indent
*.md             whitespace=tab-in-indent whitespace=-blank-at-eol conflict-marker-size=79 -whitespace
*.md.tmpl        whitespace=tab-in-indent whitespace=-blank-at-eol conflict-marker-size=79 -whitespace
*.rst            whitespace=tab-in-indent conflict-marker-size=79
*.txt            whitespace=tab-in-indent

viskores/thirdparty/diy/viskoresdiy/**           -format.clang-format -whitespace
viskores/thirdparty/optionparser/viskoresoptionparser/** -format.clang-format -whitespace
viskores/thirdparty/lodepng/viskoreslodepng/** -format.clang-format -whitespace
viskores/thirdparty/lcl/viskoreslcl/**  -format.clang-format -whitespace
