Skip to content

Commit 5a6f00c

Browse files
committed
Improve default file editor associations
1 parent 1c987ed commit 5a6f00c

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

.prettierrc.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
{
2-
"useTabs": true,
3-
"semi": false,
4-
"singleQuote": true,
5-
"trailingComma": "all"
6-
}
1+
"@hyperupcall/prettier-config"

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,9 @@
11331133
"*.ejs": "html",
11341134
"*.Xresources": "xdefaults",
11351135
"i3/config": "i3",
1136-
"i3/*.conf": "i3"
1136+
"i3/*.conf": "i3",
1137+
"polybar/config": "ini",
1138+
"polybar/*.conf": "ini"
11371139
},
11381140
"emmet.includeLanguages": {
11391141
"ejs": "html"

pnpm-lock.yaml

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)