aboutsummaryrefslogtreecommitdiff
path: root/src/rules/vue/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/vue/default.json')
-rw-r--r--src/rules/vue/default.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/rules/vue/default.json b/src/rules/vue/default.json
index 7d8c19a..e7e45eb 100644
--- a/src/rules/vue/default.json
+++ b/src/rules/vue/default.json
@@ -1,4 +1,14 @@
{
+ "vue/html-indent": [
+ "error",
+ "tab",
+ {
+ "alignAttributesVertically": true,
+ "attribute": 1,
+ "baseIndent": 1,
+ "closeBracket": 0
+ }
+ ],
"vue/script-indent": [
"error",
"tab",