mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
{
|
|
"useTabs": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"htmlWhitespaceSensitivity": "strict",
|
|
"semi": false
|
|
}
|