Sha256: 26118097046b6adfd8c96a551aef579a56e778e2358902170594e056afd8c400
Contents?: true
Size: 424 Bytes
Versions: 27
Compression:
Stored size: 424 Bytes
Contents
import { Type } from '../constants'; export var binaryOptions = { defaultType: Type.BLOCK_LITERAL, lineWidth: 76 }; export var boolOptions = { trueStr: 'true', falseStr: 'false' }; export var nullOptions = { nullStr: 'null' }; export var strOptions = { defaultType: Type.PLAIN, doubleQuoted: { jsonEncoding: false, minMultiLineLength: 40 }, fold: { lineWidth: 80, minContentWidth: 20 } };
Version data entries
27 entries across 23 versions & 1 rubygems