mirror of
https://github.com/maceip/zknft.git
synced 2026-01-08 20:07:55 -05:00
16 lines
191 B
JSON
16 lines
191 B
JSON
{
|
|
"useTabs": true,
|
|
"semi": false,
|
|
"printWidth": 120,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"useTabs": false,
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|