mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-01-21 20:02:28 +01:00
Adding frontend configs
This commit is contained in:
10
frontend/.prettierrc
Normal file
10
frontend/.prettierrc
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"arrowParens": "always",
|
||||
"bracketSameLine": true,
|
||||
"endOfLine": "auto",
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"vueIndentScriptAndStyle": true,
|
||||
"printWidth": 88
|
||||
}
|
||||
Reference in New Issue
Block a user