From 2814984ab9d3dab54f32827cf777bb83ebeb614a Mon Sep 17 00:00:00 2001 From: Sarah Rainsberger Date: Thu, 4 Jan 2024 01:38:49 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/@types/astro.ts | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index b390652547..9cbb0f0534 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1114,19 +1114,19 @@ export interface AstroUserConfig { * ``` */ service?: ImageServiceConfig; - /** - * @docs - * @name image.service.config.limitInputPixels - * @kind h4 - * @type {boolean} - * @default `true` - * @version 4.1.0 - * @description - * - * Whether or not to limit the size of images that the Sharp image service will process. - * - * Set `false` to bypass the default image size limit for the Sharp image service and process large images. - */ + /** + * @docs + * @name image.service.config.limitInputPixels + * @kind h4 + * @type {boolean} + * @default `true` + * @version 4.1.0 + * @description + * + * Whether or not to limit the size of images that the Sharp image service will process. + * + * Set `false` to bypass the default image size limit for the Sharp image service and process large images. + */ /** * @docs