summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index ee6c99f4..c297def4 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,11 +1,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
+[attr]makefile whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=8
# Source files:
* text=auto
-Make* tabs
-*.mk tabs
+Make* makefile
+*.mk makefile
+*.make makefile
*.[chm] tabs
*.java tabs
*.xml tabs