mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 06:05:33 +00:00
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"semi": false,
|
|
"quoteProps": "consistent",
|
|
"bracketSpacing": true,
|
|
"printWidth": 130
|
|
}
|