refac: standardize formatting in .gitattributes for consistency

This commit is contained in:
Dave 2025-06-04 06:32:06 +02:00
parent 059327cd19
commit 5fb5daf07f

54
.gitattributes vendored
View File

@ -1,49 +1,49 @@
# TypeScript # TypeScript
*.ts text eol=lf *.ts text eol=lf
*.tsx text eol=lf *.tsx text eol=lf
# JavaScript # JavaScript
*.js text eol=lf *.js text eol=lf
*.jsx text eol=lf *.jsx text eol=lf
*.mjs text eol=lf *.mjs text eol=lf
*.cjs text eol=lf *.cjs text eol=lf
# Svelte # Svelte
*.svelte text eol=lf *.svelte text eol=lf
# HTML/CSS # HTML/CSS
*.html text eol=lf *.html text eol=lf
*.css text eol=lf *.css text eol=lf
*.scss text eol=lf *.scss text eol=lf
*.less text eol=lf *.less text eol=lf
# Config files and JSON # Config files and JSON
*.json text eol=lf *.json text eol=lf
*.jsonc text eol=lf *.jsonc text eol=lf
*.yml text eol=lf *.yml text eol=lf
*.yaml text eol=lf *.yaml text eol=lf
*.toml text eol=lf *.toml text eol=lf
# Shell scripts # Shell scripts
*.sh text eol=lf *.sh text eol=lf
# Markdown & docs # Markdown & docs
*.md text eol=lf *.md text eol=lf
*.mdx text eol=lf *.mdx text eol=lf
*.txt text eol=lf *.txt text eol=lf
# Git-related # Git-related
.gitattributes text eol=lf .gitattributes text eol=lf
.gitignore text eol=lf .gitignore text eol=lf
# Prettier and other dotfiles # Prettier and other dotfiles
.prettierrc text eol=lf .prettierrc text eol=lf
.prettierignore text eol=lf .prettierignore text eol=lf
.eslintrc text eol=lf .eslintrc text eol=lf
.eslintignore text eol=lf .eslintignore text eol=lf
.stylelintrc text eol=lf .stylelintrc text eol=lf
.editorconfig text eol=lf .editorconfig text eol=lf
# Misc # Misc
*.env text eol=lf *.env text eol=lf
*.lock text eol=lf *.lock text eol=lf