diff options
author | Bastiaan Olij <mux213@gmail.com> | 2017-10-13 21:29:26 +1100 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2017-10-13 21:29:26 +1100 |
commit | 26a0cecdc7dbeae4aea690901607a81aa6a87cf0 (patch) | |
tree | 1eef6070bd14eba3ee16bb294cf0db519a68b18d /.gitattributes | |
parent | e97ada64135dcdf81ac817ded43c810b3f6883e5 (diff) |
Add .xml to .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index f8959dd2d1..03c6f96f80 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,4 @@ drivers/* linguist-vendored *.h eol=lf *.py eol=lf *.hpp eol=lf +*.xml eol=lf |