UNPKG

prettier-plugin-solidity

Version:

A Prettier Plugin for automatically formatting your Solidity code.

7 lines (5 loc) 144 B
import { arithmetic } from './arithmetic.js'; export const bit = { match: (op) => ['&', '|', '^'].includes(op), print: arithmetic.print };