mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-01-10 06:57:58 -05:00
11 lines
181 B
JavaScript
11 lines
181 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
semi: false,
|
|
useTabs: false,
|
|
tabWidth: 2,
|
|
trailingComma: 'all',
|
|
endOfLine: 'lf',
|
|
// bracketSpacing: true
|
|
// printWidth: 80
|
|
}
|