asc2
Version:
ASCII table cheatsheet
18 lines (16 loc) • 402 B
JavaScript
// Comment item is the default configuration
module.exports = {
printWidth: 100,
// tabWidth: 2,
// useTabs: false,
// semi: true,
singleQuote: true,
// jsxSingleQuote: false,
trailingComma: 'none',
bracketSpacing: true,
// jsxBracketSameLine: false,
arrowParens: 'avoid'
// Don't specify parser to make sure muti-language formatting.
// parser: "typescript",
};
;