mirror of https://github.com/jpanther/congo.git
🔧 Update Prettier config
parent
c51f34ca35
commit
b7c2dcd6b2
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"htmlWhitespaceSensitivity": "css",
|
||||
"printWidth": 100,
|
||||
"singleQuote": false,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "es5",
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.html"],
|
||||
|
|
Loading…
Reference in New Issue