mirror of
https://github.com/Viren070/guides.git
synced 2025-12-01 23:16:16 +01:00
style: format code and add prettier config and vs code settings.json (#124)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"semi": true,
|
||||
"singleQuote": false,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "es5",
|
||||
"endOfLine": "lf"
|
||||
}
|
||||
Reference in New Issue
Block a user