mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-05 10:36:56 +08:00
635f4bce52
* feat: start using prettier linter https://prettier.io/ * feat: prettier code formatting * feat: add super linter
23 lines
459 B
Plaintext
23 lines
459 B
Plaintext
# crlf line endings for text files
|
|
* text eol=lf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.so.6 binary
|
|
|
|
# Custom for Visual Studio
|
|
*.cs diff=csharp
|
|
|
|
# Standard to msysgit
|
|
*.doc diff=astextplain
|
|
*.DOC diff=astextplain
|
|
*.docx diff=astextplain
|
|
*.DOCX diff=astextplain
|
|
*.dot diff=astextplain
|
|
*.DOT diff=astextplain
|
|
*.pdf diff=astextplain
|
|
*.PDF diff=astextplain
|
|
*.rtf diff=astextplain
|
|
*.RTF diff=astextplain
|