mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Prettier: 2 tab width, single quotes
This commit is contained in:
parent
780170caa4
commit
96483c4b69
2 changed files with 2260 additions and 2343 deletions
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
trailingComma: "es5",
|
||||
tabWidth: 4,
|
||||
tabWidth: 2,
|
||||
semi: false,
|
||||
singleQuote: false,
|
||||
singleQuote: true,
|
||||
}
|
||||
|
|
4599
stable.user.js
4599
stable.user.js
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue