mirror of
https://github.com/woocommerce/woocommerce.git
synced 2025-01-22 15:14:31 +08:00
758df4854d
This adds support for using the `pnpm utils ci-jobs` command in our `ci.yml` file. One of the bigger benefits to this change too is that we're now distributing a bundled version of the utils tool. This lets us run it without actually having to install the repo and will let us speed up any workflows that currently do.
17 lines
332 B
Plaintext
17 lines
332 B
Plaintext
* 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
|
|
*.flf text eol=lf
|