mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
8 lines
135 B
JavaScript
8 lines
135 B
JavaScript
|
module.exports = {
|
||
|
semi: true,
|
||
|
endOfLine: "auto",
|
||
|
trailingComma: "all",
|
||
|
singleQuote: false,
|
||
|
printWidth: 120,
|
||
|
tabWidth: 2
|
||
|
};
|