feat: add ability to create folders and files and persist files to sharepoint
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"semi": false,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"printWidth": 100,
|
||||
"tabWidth": 2,
|
||||
"arrowParens": "always"
|
||||
"arrowParens": "always",
|
||||
"bracketSpacing": true,
|
||||
"vueIndentScriptAndStyle": true,
|
||||
"endOfLine": "auto",
|
||||
"singleAttributePerLine": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user