MCPcopy
hub / github.com/daeuniverse/daed / FormatOptions

Interface FormatOptions

packages/dae-lang-core/src/formatter.ts:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26const TYPE_KEYWORDS = new Set(['geosite', 'geoip', 'full', 'contains', 'regexp', 'ext', 'keyword', 'regex'])
27
28export interface FormatOptions {
29 tabSize?: number
30 insertSpaces?: boolean
31}
32
33interface ParsedLine {
34 content: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected