mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2026-08-24 02:34:19 -05:00
chore: add prettierrc
This commit is contained in:
committed by
Jan De Dobbeleer
parent
85f4635ed1
commit
ae6ec07d53
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"trailingComma": "none",
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.jsonc", "*.json"],
|
||||
"options": {
|
||||
"parser": "json",
|
||||
"trailingComma": "none"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user