diff options
author | Sam James <sam@gentoo.org> | 2022-09-21 14:18:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-02 04:31:25 +0100 |
commit | a529111f77ff46f4836fe7312e70953bc16587cf (patch) | |
tree | 9dc3924cb1a6ef3ef853b7bb45f735365e0b4e6d /.gitattributes | |
parent | Import Ghostscript 9.56.1 (diff) | |
download | ghostscript-gpl-patches-a529111f77ff46f4836fe7312e70953bc16587cf.tar.gz ghostscript-gpl-patches-a529111f77ff46f4836fe7312e70953bc16587cf.tar.bz2 ghostscript-gpl-patches-a529111f77ff46f4836fe7312e70953bc16587cf.zip |
Import Ghostscript 10.0ghostscript-10.0ghostscript-10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 3e4baa0c..756a55be 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 |