UNPKG

prettier-plugin-embed

Version:

A configurable Prettier plugin to format embedded languages in JS/TS files.

7 lines (6 loc) 235 B
export interface PluginXmlOptions { xmlSelfClosingSpace?: boolean; xmlWhitespaceSensitivity?: "strict" | "preserve" | "ignore"; xmlSortAttributesByKey?: boolean; xmlQuoteAttributes?: "preserve" | "single" | "double"; }