mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 11:11:27 +08:00
13 lines
264 B
Text
13 lines
264 B
Text
# Enforce Unix newlines
|
|
*.css text eol=lf
|
|
*.html text eol=lf
|
|
*.js text eol=lf
|
|
*.jsx text eol=lf
|
|
*.json text eol=lf
|
|
*.md text eol=lf
|
|
*.php text eol=lf
|
|
*.rb text eol=lf
|
|
*.scss text eol=lf
|
|
*.svg text eol=lf
|
|
*.txt text eol=lf
|
|
*.yml text eol=lf
|