Add .gitattributes to fix syntax highlighting in GitHub

This commit is contained in:
MareStare 2025-03-23 04:26:53 +00:00
parent d4ae2f17df
commit 7a655e3bec

5
.gitattributes vendored Normal file
View file

@ -0,0 +1,5 @@
# VSCode supports `jsonc` for all of its JSON files
.vscode/*.json linguist-language=jsonc
# We use PostCSS for our CSS files
*.css linguist-language=PostCSS