UNPKG
git-account-switch-ssh
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Git Account Switch (SSH)
github.com/eric-vandenberg/git-account-switch-ssh
git-account-switch-ssh
/
.prettierrc
14 lines
(13 loc)
•
253 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"arrowParens"
:
"always"
,
"bracketSpacing"
:
true
,
"endOfLine"
:
"lf"
,
"bracketSameLine"
:
false
,
"printWidth"
:
80
,
"semi"
:
true
,
"singleQuote"
:
true
,
"tabWidth"
:
2
,
"trailingComma"
:
"es5"
,
"useTabs"
:
false
,
"parser"
:
"typescript"
}