mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2026-08-24 10:14:12 -05:00
13 lines
187 B
Plaintext
13 lines
187 B
Plaintext
{
|
|
"trailingComma": "none",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.jsonc", "*.json"],
|
|
"options": {
|
|
"parser": "json",
|
|
"trailingComma": "none"
|
|
}
|
|
}
|
|
]
|
|
}
|