From 5fb5daf07fc86cf6809d5edc54089daa61f7fe9d Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 4 Jun 2025 06:32:06 +0200 Subject: [PATCH] refac: standardize formatting in .gitattributes for consistency --- .gitattributes | 54 +++++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9a5dc81db..bf368a4c6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,49 +1,49 @@ # TypeScript -*.ts text eol=lf -*.tsx text eol=lf +*.ts text eol=lf +*.tsx text eol=lf # JavaScript -*.js text eol=lf -*.jsx text eol=lf -*.mjs text eol=lf -*.cjs text eol=lf +*.js text eol=lf +*.jsx text eol=lf +*.mjs text eol=lf +*.cjs text eol=lf # Svelte *.svelte text eol=lf # HTML/CSS -*.html text eol=lf -*.css text eol=lf -*.scss text eol=lf -*.less text eol=lf +*.html text eol=lf +*.css text eol=lf +*.scss text eol=lf +*.less text eol=lf # Config files and JSON -*.json text eol=lf -*.jsonc text eol=lf -*.yml text eol=lf -*.yaml text eol=lf -*.toml text eol=lf +*.json text eol=lf +*.jsonc text eol=lf +*.yml text eol=lf +*.yaml text eol=lf +*.toml text eol=lf # Shell scripts -*.sh text eol=lf +*.sh text eol=lf # Markdown & docs -*.md text eol=lf -*.mdx text eol=lf -*.txt text eol=lf +*.md text eol=lf +*.mdx text eol=lf +*.txt text eol=lf # Git-related .gitattributes text eol=lf -.gitignore text eol=lf +.gitignore text eol=lf # Prettier and other dotfiles -.prettierrc text eol=lf +.prettierrc text eol=lf .prettierignore text eol=lf -.eslintrc text eol=lf -.eslintignore text eol=lf -.stylelintrc text eol=lf -.editorconfig text eol=lf +.eslintrc text eol=lf +.eslintignore text eol=lf +.stylelintrc text eol=lf +.editorconfig text eol=lf # Misc -*.env text eol=lf -*.lock text eol=lf \ No newline at end of file +*.env text eol=lf +*.lock text eol=lf \ No newline at end of file