linting ui.js file
This commit is contained in:
parent
96c76f7709
commit
4885574357
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"semi": true,
|
||||
"printWidth": 120,
|
||||
"useTabs": true,
|
||||
"tabWidth": 4,
|
||||
"generalConfiguration.sortOnBeforeSave": true
|
||||
}
|
||||
Loading…
Reference in New Issue