mirror of
https://github.com/jlfwong/speedscope.git
synced 2024-11-22 22:14:25 +03:00
404aacfa46
* Switch to `bracketSpacing: false`. * Add prettier-ignore in one case.
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
module.exports = {
|
|
bracketSpacing: false,
|
|
printWidth: 100,
|
|
semi: false,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
};
|