Skip to content

Commit b278a4a

Browse files
committed
chore: add gitattributes and enforce lf line endings
1 parent 2fd8be3 commit b278a4a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.js text eol=lf
2+
*.ts text eol=lf

.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"trailingComma": "all",
88
"bracketSpacing": true,
99
"jsxBracketSameLine": false,
10+
"endOfLine": "lf",
1011
"arrowParens": "avoid"
1112
}

0 commit comments

Comments
 (0)