summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2022-09-19 17:43:13 +0100
committerChris Liddell <chris.liddell@artifex.com>2022-09-20 15:37:37 +0100
commita7fe91cb9fdeb07140cc273f073173944bcb3fcf (patch)
treed5500398ef1e872874b6d9103eaa40968ea3aa1b /.gitattributes
parente46d6fc164cd3f4455048c0d9241d7c760f1f93e (diff)
downloadghostpdl-a7fe91cb9fdeb07140cc273f073173944bcb3fcf.tar.gz
Tweak to ignore whitespace issues in new docs sources
These rules should be updated as understanding dawns
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 3e4baa0cb..756a55be3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,6 +2,8 @@
[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
+[attr]rst -whitespace
+[attr]svg -whitespace
* text=auto
Make* makefile
@@ -14,9 +16,11 @@ Make* makefile
*.htm spaces
*.css spaces
*.pdf binary
+*.rst rst
+*.svg svg
# Source files
*.c spaces
*.h spaces
-*.md text \ No newline at end of file
+*.md text