Co-authored-by: Arthur Abeilice <afa7789@gmail.com> Reviewed-on: https://git.p2pix.co/doiim/p2pix-smart-contracts/pulls/11 Co-authored-by: arthur <abeilice@kosmos.org> Co-committed-by: arthur <abeilice@kosmos.org>
15 lines
221 B
YAML
15 lines
221 B
YAML
plugins:
|
|
- prettier-plugin-solidity
|
|
arrowParens: avoid
|
|
bracketSpacing: true
|
|
endOfLine: auto
|
|
printWidth: 62
|
|
singleQuote: false
|
|
tabWidth: 2
|
|
trailingComma: all
|
|
|
|
overrides:
|
|
- files: "*.sol"
|
|
options:
|
|
tabWidth: 4
|