diff --git a/packages/worma/src/template/presets/alova-globals/partials/comment.handlebars b/packages/worma/src/template/presets/alova-globals/partials/comment.handlebars index 70d99fe..37c7078 100644 --- a/packages/worma/src/template/presets/alova-globals/partials/comment.handlebars +++ b/packages/worma/src/template/presets/alova-globals/partials/comment.handlebars @@ -11,7 +11,7 @@ * Contact: {{#contact.name}}[{{contact.name}}]{{/contact.name}}{{#contact.url}}{{{contact.url}}}{{/contact.url}}{{^contact.url}}{{{contact.email}}}{{/contact.url}} {{/contact}} * - * NOTE: This file is auto generated by the alova's vscode plugin. + * NOTE: This file is auto generated by the alova team (https://alova.js.org). * * https://alova.js.org/devtools/vscode * diff --git a/packages/worma/src/template/presets/alova/partials/comment.handlebars b/packages/worma/src/template/presets/alova/partials/comment.handlebars index bce0365..8255815 100644 --- a/packages/worma/src/template/presets/alova/partials/comment.handlebars +++ b/packages/worma/src/template/presets/alova/partials/comment.handlebars @@ -11,7 +11,7 @@ * Contact: {{#contact.name}}[{{contact.name}}]{{/contact.name}}{{#contact.url}}{{{contact.url}}}{{/contact.url}}{{^contact.url}}{{{contact.email}}}{{/contact.url}} {{/contact}} * - * NOTE: This file is auto generated by the alova's vscode plugin. + * NOTE: This file is auto generated by the alova team (https://alova.js.org). * * https://alova.js.org/devtools/vscode * diff --git a/packages/worma/src/template/presets/axios/partials/comment.handlebars b/packages/worma/src/template/presets/axios/partials/comment.handlebars index bce0365..8255815 100644 --- a/packages/worma/src/template/presets/axios/partials/comment.handlebars +++ b/packages/worma/src/template/presets/axios/partials/comment.handlebars @@ -11,7 +11,7 @@ * Contact: {{#contact.name}}[{{contact.name}}]{{/contact.name}}{{#contact.url}}{{{contact.url}}}{{/contact.url}}{{^contact.url}}{{{contact.email}}}{{/contact.url}} {{/contact}} * - * NOTE: This file is auto generated by the alova's vscode plugin. + * NOTE: This file is auto generated by the alova team (https://alova.js.org). * * https://alova.js.org/devtools/vscode * diff --git a/packages/worma/src/template/presets/fetch/partials/comment.handlebars b/packages/worma/src/template/presets/fetch/partials/comment.handlebars index bce0365..8255815 100644 --- a/packages/worma/src/template/presets/fetch/partials/comment.handlebars +++ b/packages/worma/src/template/presets/fetch/partials/comment.handlebars @@ -11,7 +11,7 @@ * Contact: {{#contact.name}}[{{contact.name}}]{{/contact.name}}{{#contact.url}}{{{contact.url}}}{{/contact.url}}{{^contact.url}}{{{contact.email}}}{{/contact.url}} {{/contact}} * - * NOTE: This file is auto generated by the alova's vscode plugin. + * NOTE: This file is auto generated by the alova team (https://alova.js.org). * * https://alova.js.org/devtools/vscode * diff --git a/packages/worma/src/template/presets/ky/partials/comment.handlebars b/packages/worma/src/template/presets/ky/partials/comment.handlebars index bce0365..8255815 100644 --- a/packages/worma/src/template/presets/ky/partials/comment.handlebars +++ b/packages/worma/src/template/presets/ky/partials/comment.handlebars @@ -11,7 +11,7 @@ * Contact: {{#contact.name}}[{{contact.name}}]{{/contact.name}}{{#contact.url}}{{{contact.url}}}{{/contact.url}}{{^contact.url}}{{{contact.email}}}{{/contact.url}} {{/contact}} * - * NOTE: This file is auto generated by the alova's vscode plugin. + * NOTE: This file is auto generated by the alova team (https://alova.js.org). * * https://alova.js.org/devtools/vscode * diff --git a/packages/worma/src/utils/format.ts b/packages/worma/src/utils/format.ts index 4024560..ebec0df 100644 --- a/packages/worma/src/utils/format.ts +++ b/packages/worma/src/utils/format.ts @@ -13,7 +13,7 @@ export const prettierConfig: PrettierConfig = { trailingComma: 'none', bracketSpacing: true, insertPragma: false, - endOfLine: 'auto', + endOfLine: 'lf', bracketSameLine: true, arrowParens: 'avoid', vueIndentScriptAndStyle: false,