Skip to content

lspeasy / core/src / FormattingOptionsSchema

Variable: FormattingOptionsSchema

ts
const FormattingOptionsSchema: ZodObject<{
  insertFinalNewline: ZodOptional<ZodBoolean>;
  insertSpaces: ZodBoolean;
  tabSize: ZodNumber;
  trimFinalNewlines: ZodOptional<ZodBoolean>;
  trimTrailingWhitespace: ZodOptional<ZodBoolean>;
}, $strip>;

Defined in: packages/core/src/protocol/schemas.ts:2041

Released under the MIT License.