blob: 3583f39c49be124ba2063d0563ee164db96e09d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.git* export-ignore
*.c our-c-style
*.c.in our-c-style
*.cxx our-c-style
*.h our-c-style
*.h.in our-c-style
*.hxx our-c-style
*.hxx.in our-c-style
*.cmake whitespace=tab-in-indent
*.rst whitespace=tab-in-indent conflict-marker-size=79
*.txt whitespace=tab-in-indent
* -format.clang-format
|