Prettier formatting.

This commit is contained in:
Dermot Duffy
2021-08-17 20:36:27 -07:00
parent 0e3290998a
commit 0497c92779
11 changed files with 365 additions and 309 deletions
+3 -2
View File
@@ -2,6 +2,7 @@ module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
printWidth: 89,
tabWidth: 2,
};
embeddedLanguageFormatting: 'auto',
};