UNPKG
@uniswap/v4-core
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
🦄 Core smart contracts of Uniswap v4
github.com/Uniswap/v4-core
Uniswap/v4-core
@uniswap/v4-core
/
lib
/
solmate
/
.prettierrc
15 lines
(13 loc)
•
176 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"tabWidth"
:
2
,
"printWidth"
:
100
,
"overrides"
:
[
{
"files"
:
"*.sol"
,
"options"
:
{
"tabWidth"
:
4
,
"printWidth"
:
120
}
}
]
}