mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2026-04-28 11:17:36 +02:00
Prettier: 2 tab width, single quotes
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
trailingComma: "es5",
|
trailingComma: "es5",
|
||||||
tabWidth: 4,
|
tabWidth: 2,
|
||||||
semi: false,
|
semi: false,
|
||||||
singleQuote: false,
|
singleQuote: true,
|
||||||
}
|
}
|
||||||
|
|||||||
+481
-564
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user