UNPKG

prettier-plugin-solidity

Version:

A Prettier Plugin for automatically formatting your Solidity code.

3 lines 206 B
export const shouldGroupOrIndent = ({ type, operator }, matchers) => type !== 'BinaryOperation' || matchers.some((matcher) => matcher.match(operator)); //# sourceMappingURL=should-group-or-indent.js.map