Skip to main content
Module

x/deno_fmt/mod.ts>Options.Resolved

Programmatic code formatter for Deno and Deno Deploy, allowing you to format code on the fly. Supports all features and options of the `deno fmt` command.
Latest
interface Options.Resolved
implements IOptions
import { type Options } from "https://deno.land/x/deno_fmt@0.1.5/mod.ts";
const { Resolved } = Options;

Properties

readonly
check: boolean
readonly
config: boolean | string
readonly
cwd: string
readonly
ext: Ext
readonly
ignore: readonly string[]
readonly
indentWidth: number
readonly
lineWidth: number
readonly
proseWrap: ProseWrap
readonly
semiColons: boolean
readonly
singleQuote: boolean
readonly
useTabs: boolean