mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00

* add a matrix strategy for testing * Handle EOL on Windows * use bash as shell on every os and run the test-ci script * fix tsconfig path resolution using the __dirnname * print test results regardless of status * Limit artifact upload to Linux * update the test-cli * Add windows-specific dependencies as optional dependencies lightningcss-win32-x64-msvc rollup-win32-x64-msvc * Do not collect coverage on Windows * Use UTF-8 on the Python Scripts * force the ubuntu-latest name to be `test`
9 lines
119 B
JSON
9 lines
119 B
JSON
{
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"printWidth": 130,
|
|
"semi": false,
|
|
"bracketSameLine": true,
|
|
"endOfLine": "lf"
|
|
}
|