apple2js/.prettierrc
Will Scullin 1e79d9d59d
Prettier (#203)
* Enabled prettier

* Update lint, fix issues

* Restore some array formatting
2023-11-24 06:45:55 -08:00

7 lines
93 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true
}