Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0d884f5

Browse files
committed
gitattributes: Add .cpp files to whitespace checks
Use the same rules as .c files.
1 parent 4127278 commit 0d884f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* whitespace=space-before-tab,trailing-space
22
*.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4
3+
*.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4
34
*.pl whitespace=space-before-tab,trailing-space,tabwidth=4
45
*.pm whitespace=space-before-tab,trailing-space,tabwidth=4
56
*.po whitespace=space-before-tab,trailing-space,tab-in-indent,-blank-at-eof

0 commit comments

Comments
 (0)