Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (15 loc) · 600 Bytes

dictatorconfig.md

File metadata and controls

29 lines (15 loc) · 600 Bytes

(DictatorConfig)


Sub Schemas

The schema defines the following additional types:

DictatorConfig (object)

This describes the .dictatorconfig that can be placed in the dictated folder.

Properties of the DictatorConfig object:

ignore (array)

List of glob patterns in the folder to ignore.

The object is an array with all elements of the type string.

options (DictatorConfigOptions)

DictatorConfigOptions (object)

Properties of the DictatorConfigOptions object:

jsonIndentation (number)

This indentation will be used when/if manipulating json files.