mirror of
https://github.com/cs01/gdbgui
synced 2024-11-17 07:48:57 +01:00
9 lines
153 B
JavaScript
9 lines
153 B
JavaScript
|
module.exports = {
|
||
|
bracketSpacing: false,
|
||
|
singleQuote: true,
|
||
|
jsxBracketSameLine: true,
|
||
|
trailingComma: 'es5',
|
||
|
printWidth: 150,
|
||
|
semi: false,
|
||
|
}
|