summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 824a119d5e766c19b056a495ca480d0cb26e1d09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

# Source files:
*			text=auto
Make*			tabs
*.mk			tabs
*.[chm]			tabs
*.java			tabs
*.xml			tabs

# Documentation files:
*.txt			spaces
[A-Z]*			spaces

# Legacy source files:
memento.*		spaces

# iOS project files:
*.xib			spaces
*.xcscheme		spaces
*.json			spaces