Skip to content

Commit 254ac9b

Browse files
author
Kenji Shimizu
committed
[WIP] Update TWP style guide
1 parent 015bbac commit 254ac9b

File tree

4 files changed

+216
-295
lines changed

4 files changed

+216
-295
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

.prettierrc.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"semi": true,
3+
"tabWidth": 2,
4+
"singleQuote": true,
5+
"printWidth": 120,
6+
"bracketSpacing": false,
7+
"indentSchema": true,
8+
"overrides": [
9+
{
10+
"files": ["**/*.liquid"],
11+
"options": {
12+
"singleQuote": false
13+
}
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)