blob: 10605e3d33b92ed6ad9af2b85dbf83857544c4f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
# Files:
* text=auto
Make* tabs
*.mk tabs
*.[ch] tabs
*.java tabs
*.xml tabs
memento.* spaces
*.vcxproj* spaces
|