Variable ARGS_DEFAULTConst
ARGS_DEFAULT: {
_: {
bracketSameLine: false;
bracketSpacing: true;
experimentalOperatorPosition: "start";
experimentalTernaries: false;
glob: {};
htmlWhitespaceSensitivity: "strict";
jsxSingleQuote: false;
printWidth: 80;
proseWrap: "preserve";
semi: true;
singleAttributePerLine: true;
singleQuote: true;
tabWidth: 4;
trailingComma: "all";
useTabs: false;
};
css: { singleQuote: false };
html: { printWidth: 10000 };
} = ...
Type declaration
Readonly
_: {
bracketSameLine: false;
bracketSpacing: true;
experimentalOperatorPosition: "start";
experimentalTernaries: false;
glob: {};
htmlWhitespaceSensitivity: "strict";
jsxSingleQuote: false;
printWidth: 80;
proseWrap: "preserve";
semi: true;
singleAttributePerLine: true;
singleQuote: true;
tabWidth: 4;
trailingComma: "all";
useTabs: false;
}
Readonly
css: { singleQuote: false }
Readonly
html: { printWidth: 10000 }
Default args for the FileSystem.prettier method