mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 10:09:21 -05:00
.gitattributes Check line endings for tsx files (#1246)
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -10,6 +10,8 @@
|
||||
*.js text eol=lf
|
||||
*.ts text eol=lf
|
||||
*.sh text eol=lf
|
||||
*.tsx text eol=lf
|
||||
|
||||
yarn.lock text eol=lf
|
||||
|
||||
# Denote all files that are truly binary and should not be modified.
|
||||
|
||||
6
upcoming-release-notes/1246.md
Normal file
6
upcoming-release-notes/1246.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [Shazib]
|
||||
---
|
||||
|
||||
Updated git settings to ensure unix line endings on `.tsx` files
|
||||
Reference in New Issue
Block a user