/ bindings / node.js / .prettierrc.yml
.prettierrc.yml
 1  printWidth: 120
 2  tabWidth: 2
 3  useTabs: false
 4  semi: true
 5  singleQuote: false
 6  quoteProps: "as-needed"
 7  trailingComma: "es5"
 8  bracketSpacing: false
 9  arrowParens: "always"
10  endOfLine: "auto"