Skip to content

Commit

Permalink
style: Enforce LF line endings via .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningEnlightenment committed Feb 14, 2024
1 parent c924c88 commit 16aa536
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ charset = utf-8
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf

[*.{ts,cts,mts}]
indent_size = 2
Expand Down
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* text=auto eol=lf

/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
Expand Down
1 change: 0 additions & 1 deletion .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
endOfLine: auto
trailingComma: all

0 comments on commit 16aa536

Please sign in to comment.