mirror of
https://github.com/cs01/gdbgui
synced 2024-11-17 07:48:57 +01:00
791b00c3fe
* use statorgfc * add prettier code formatter * run prettier to format code
8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
module.exports = {
|
|
bracketSpacing: false,
|
|
singleQuote: true,
|
|
jsxBracketSameLine: true,
|
|
trailingComma: 'es5',
|
|
printWidth: 150,
|
|
semi: false,
|
|
}
|