Skip to content

Commit a44b5df

Browse files
committed
add prettierrc
1 parent d7d84b4 commit a44b5df

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.prettierrc

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "http://json.schemastore.org/prettierrc",
3+
"tabWidth": 4,
4+
"printWidth": 140,
5+
"singleQuote": true,
6+
"overrides": [
7+
{
8+
"files": ["*.yaml", "*.yml"],
9+
"options": {
10+
"tabWidth": 2
11+
}
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)