UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

7 lines (6 loc) 196 B
import type { IndentationType } from './indentation-type'; export interface CodeFormat { indentationSize?: number; indentationType?: IndentationType; maxLineLength?: number | 'off'; }