699d4ede1d
Add .prettierrc.json, .markdownlint.json, .yamllint.yaml, .gitattributes Run CSharpier, Prettier and markdownlint across the entire codebase. No logic changes — formatting, using order and line endings only.
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
# Generated files
|
|
HellionChat/Resources/Language.*.resx linguist-generated=true
|
|
* text=auto eol=lf
|
|
*.cs text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
*.md text eol=lf
|
|
*.json text eol=lf |