Skip to content

Commit e492633

Browse files
committed
Updated prettier config
1 parent dcebca8 commit e492633

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
*.md
21
package*.json

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"arrowParens": "avoid",
3+
"endOfLine": "lf",
34
"singleQuote": true,
45
"trailingComma": "all",
56
"printWidth": 120,
@@ -11,6 +12,12 @@
1112
"options": {
1213
"parser": "json"
1314
}
15+
},
16+
{
17+
"files": "*.md",
18+
"options": {
19+
"tabWidth": 2
20+
}
1421
}
1522
]
1623
}

0 commit comments

Comments
 (0)