UNPKG
gcfixer
Version:
latest (0.9.3)
0.9.3
0.9.2
0.9.1
Normalize Geocaching GPX file for Garmin devices
github.com/dullus/gcfixer
dullus/gcfixer
gcfixer
/
.prettierrc
13 lines
(12 loc)
•
231 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"arrowParens"
:
"always"
,
"bracketSpacing"
:
true
,
"endOfLine"
:
"lf"
,
"jsxBracketSameLine"
:
true
,
"printWidth"
:
120
,
"semi"
:
true
,
"singleQuote"
:
true
,
"tabWidth"
:
2
,
"trailingComma"
:
"none"
,
"useTabs"
:
false
}