UNPKG

prettier-plugin-solidity

Version:

A Prettier Plugin for automatically formatting your Solidity code.

4 lines (3 loc) 156 B
export const shouldGroupOrIndent = ({ type, operator }, matchers) => type !== 'BinaryOperation' || matchers.some((matcher) => matcher.match(operator));