Files
polynote/.prettierrc
Urko a32badd025
Some checks failed
build / lint (push) Failing after 36s
build / build (push) Has been skipped
initial commit
2026-01-29 16:13:04 +00:00

7 lines
90 B
Plaintext

{
"singleQuote": false,
"semi": true,
"trailingComma": "es5",
"printWidth": 100
}