UNPKG
@maticnetwork/fx-portal
Version:
beta (1.0.0-beta.1)
latest (1.0.5)
1.0.5
1.0.4
1.0.0-beta.1
1.0.0-beta.0
FxPortal for Polygon chain. No mapping. Seamless.
github.com/fx-portal/contracts
fx-portal/contracts
@maticnetwork/fx-portal
/
.prettierrc
16 lines
(15 loc)
•
261 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"overrides"
:
[
{
"files"
:
"*.sol"
,
"options"
:
{
"printWidth"
:
120
,
"tabWidth"
:
4
,
"useTabs"
:
false
,
"singleQuote"
:
false
,
"bracketSpacing"
:
false
,
"explicitTypes"
:
"always"
}
}
]
}