blob: 756a55be3701ed588b265736f5a352371307fc9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Macros:
[attr]tabs whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=4
[attr]spaces whitespace=trailing-space,space-before-tab,tabs-in-indent
[attr]makefile whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=8
[attr]rst -whitespace
[attr]svg -whitespace
* text=auto
Make* makefile
*.mak makefile
*.inf eol=crlf
*.cat binary
# Documentation files:
*.txt spaces
*.htm spaces
*.css spaces
*.pdf binary
*.rst rst
*.svg svg
# Source files
*.c spaces
*.h spaces
*.md text
|