UNPKG

@animoca/ethereum-contracts-bridging

Version:
24 lines (23 loc) 406 B
module.exports = { plugins: ['prettier-plugin-solidity'], overrides: [ { files: '*.js', options: { singleQuote: true, bracketSpacing: false, printWidth: 150, useTabs: false, tabWidth: 2, }, }, { files: '*.sol', options: { printWidth: 150, tabWidth: 4, singleQuote: false, }, }, ], };