This website works better with JavaScript.
Home
Explore
Help
Sign In
juan
/
.dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
[common] Add default Prettier config
master
juan
3 years ago
parent
8f3aea1033
commit
3c1371a47b
2 changed files
with
14 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
.prettierrc.json
+1
-0
common/.prettierrc.json
+ 13
- 0
.prettierrc.json
View File
@ -0,0 +1,13 @@
{
"arrowParens"
:
"avoid"
,
"bracketSameLine"
:
false
,
"bracketSpacing"
:
false
,
"endOfLine"
:
"lf"
,
"printWidth"
:
79
,
"quoteProps"
:
"as-needed"
,
"semi"
:
false
,
"singleQuote"
:
true
,
"tabWidth"
:
2
,
"trailingComma"
:
"all"
,
"useTabs"
:
false
}
+ 1
- 0
common/.prettierrc.json
View File
@ -0,0 +1 @@
.
.
/
.
p
r
e
t
t
i
e
r
r
c
.
j
s
o
n
Write
Preview
Loading…
Cancel
Save