UNPKG
@elunic/ecs-prettier
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
The elunic coding styles for Prettier
github.com/elunic/ecs-prettier
elunic/ecs-prettier
@elunic/ecs-prettier
/
prettier
/
prettier.config.js
11 lines
(10 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports
=
{
printWidth:
100
,
tabWidth:
2
,
singleQuote:
true
,
trailingComma:
'all'
,
semi:
true
,
bracketSpacing:
true
,
arrowParens:
'avoid'
,
endOfLine:
'lf'
, }
;