Add bracketSameLine for html

This commit is contained in:
Sam Schloegel
2022-01-03 10:42:39 -05:00
parent a4bff71dbe
commit 551d29da60
+1
View File
@@ -3,4 +3,5 @@ module.exports = {
tabWidth: 2,
semi: true,
singleQuote: true,
bracketSameLine: true,
};