Yongmin Hong
b0ae699487
Summary: Mostly from rWEBXYZ. Added to `.gitconfig` via `core.attributesFile`. Also: add some arclint Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Not really. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D224
26 lines
440 B
Text
26 lines
440 B
Text
* text=auto
|
|
*.sh text=auto
|
|
|
|
*.asc binary
|
|
*.gif binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.mp3 binary
|
|
*.mp4 binary
|
|
*.png binary
|
|
*.webm binary
|
|
*.webp binary
|
|
*.woff2 binary
|
|
|
|
*.css diff=css
|
|
*.go diff=golang
|
|
*.html diff=html
|
|
*.java diff=java
|
|
*.kt diff=kotlin
|
|
*.md diff=markdown
|
|
*.mdx diff=markdown
|
|
*.php diff=php
|
|
*.py diff=python
|
|
*.rb diff=ruby
|
|
*.rs diff=rust
|
|
*.sh diff=bash
|