mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
gitattributes: Add .cpp files to whitespace checks
Use the same rules as .c files.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,5 +1,6 @@
|
|||||||
* whitespace=space-before-tab,trailing-space
|
* whitespace=space-before-tab,trailing-space
|
||||||
*.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4
|
*.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4
|
||||||
|
*.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4
|
||||||
*.pl whitespace=space-before-tab,trailing-space,tabwidth=4
|
*.pl whitespace=space-before-tab,trailing-space,tabwidth=4
|
||||||
*.pm whitespace=space-before-tab,trailing-space,tabwidth=4
|
*.pm whitespace=space-before-tab,trailing-space,tabwidth=4
|
||||||
*.po whitespace=space-before-tab,trailing-space,tab-in-indent,-blank-at-eof
|
*.po whitespace=space-before-tab,trailing-space,tab-in-indent,-blank-at-eof
|
||||||
|
Reference in New Issue
Block a user