Skip to content

Commit

Permalink
update .gitattributes to aid line endings standardization
Browse files Browse the repository at this point in the history
Closes #1598
  • Loading branch information
jwrober committed Dec 30, 2022
1 parent 4bdbda2 commit 0e27970
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,56 @@
# don't export these files
data/graphics/** export-ignore

# text files
* text=auto
*.txt text
*.md text diff=markdown
*.gitattributes text
*.cmake text
.gitignore text
.editorconfig text
.clang-format text
AUTHORS text
INSTALL text
COPYING text

# source files
*.c text diff=cpp
*.cpp text diff=cpp
*.h text diff=cpp
*.h.in text diff=cpp
*.py text diff=python
*.cmd text eol=crlf
*.sh text eol=lf
*.yaml text
*.yml text
*.json text
*.xml text
*.css text
*.qss text
*.ui text

# graphics files
*.png binary
*.ico binary
*.svg text
*.license text

# font files
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary

# other
*.pkg binary
*.ogg binary
*.spec text
*.tilespec text
*.musicspec text
*.soundspec text
*.serv text
*.ruleset text
*.lua text
*.sav text

0 comments on commit 0e27970

Please sign in to comment.