diff options
author | k.kazak <k.kazak@samsung.com> | 2019-04-18 16:57:21 +0200 |
---|---|---|
committer | Katsia Kazak <k.kazak@samsung.com> | 2019-04-18 15:13:18 +0000 |
commit | c97fca88eab7acc8a6b4bbfc469d7478f03f3112 (patch) | |
tree | bea7b808a235f2733bf2e308a787116d93ec7990 /.gitattributes | |
parent | 9c152c3c93793fb15e7ba9a311de4f3974f712fb (diff) |
fix .gitattributes for *.rst
Fixed line endings setting for *.rst files
Change-Id: If2d86d51dc330fedc32329b1e07ee48805af37c4
Issue-ID: PORTAL-560
Signed-off-by: k.kazak <k.kazak@samsung.com>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
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 |