mirror of
https://github.com/woocommerce/woocommerce.git
synced 2025-09-04 02:56:46 +08:00
Since it's possible that people may be cloning the repository in Windows, we need to enforce consistent line endings.
15 lines
309 B
Text
15 lines
309 B
Text
* text=auto
|
|
|
|
# Force LF In Configuration Files
|
|
*.md text eol=lf
|
|
*.json text eol=lf
|
|
*.yml text eol=lf
|
|
|
|
# Force LF In Code Files
|
|
*.php text eol=lf
|
|
*.js text eol=lf
|
|
*.jsx text eol=lf
|
|
*.ts text eol=lf
|
|
*.tsx text eol=lf
|
|
*.css text eol=lf
|
|
*.scss text eol=lf
|