gdbgui/.prettierrc.js
Chad Smith 791b00c3fe Store updates and autoformatting (#177)
* use statorgfc
* add prettier code formatter
* run prettier to format code
2018-02-19 11:11:14 -08:00

8 lines
153 B
JavaScript

module.exports = {
bracketSpacing: false,
singleQuote: true,
jsxBracketSameLine: true,
trailingComma: 'es5',
printWidth: 150,
semi: false,
}