From: k.kazak Date: Thu, 18 Apr 2019 14:57:21 +0000 (+0200) Subject: fix .gitattributes for *.rst X-Git-Tag: 3.2.0~329 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=portal.git;a=commitdiff_plain;h=c97fca88eab7acc8a6b4bbfc469d7478f03f3112 fix .gitattributes for *.rst Fixed line endings setting for *.rst files Change-Id: If2d86d51dc330fedc32329b1e07ee48805af37c4 Issue-ID: PORTAL-560 Signed-off-by: k.kazak --- diff --git a/.gitattributes b/.gitattributes index 38b6a858..59d17b97 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,7 @@ *.properties text *.sql text *.xml text +*.rst text # Denote all files that are truly binary and should not be modified. *.png binary