Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configured GitHub to style unstyled or unrecognized files in repository #869

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
*.bat text eol=crlf
*.coffee text
*.css text
*.conf linguist-language=xml
*.env linguist-language=python
*.htm text
*.html text
*.inc text
Expand All @@ -46,6 +48,7 @@
*.onlydata text
*.php text
*.pl text
*.prettierrc linguist-language=java-script
*.py text
*.rb text
*.sass text
Expand All @@ -63,8 +66,11 @@
## DOCKER
*.dockerignore text
Dockerfile text
*.prod linguist-language=dockerfile
*.Docker-compose linguist-language=dockerfile

## DOCUMENTATION
*.dev text
*.markdown text
*.md text
*.mdwn text
Expand All @@ -74,6 +80,7 @@ Dockerfile text
*.mdtxt text
*.mdtext text
*.txt text
*.env text
AUTHORS text
CHANGELOG text
CHANGES text
Expand Down Expand Up @@ -162,6 +169,7 @@ makefile text
*.mp3 binary
*.ogg binary
*.ra binary
*.sample binary

## VIDEO
*.3gpp binary
Expand Down