mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Add convention pieces. jshintrc and gitattributes
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
# Default
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
# Mandate conversion to LF (unix) line endings.
|
||||||
|
*.js text eol=lf
|
||||||
|
*.css text eol=lf
|
||||||
|
*.html text eol=lf
|
||||||
|
*.md text eol=lf
|
||||||
|
*.py text eol=lf
|
||||||
|
|
||||||
|
# Binary files so don't modify
|
||||||
|
*.ico binary
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
|
*.xlsx binary
|
||||||
Reference in New Issue
Block a user