Skip to content

Commit 5a59b76

Browse files
committed
style(htmlhint): change from 4 spacing to 2 spacing
1 parent 766e994 commit 5a59b76

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ root = true
1010
charset = utf-8
1111

1212
indent_style = space
13-
indent_size = 4
13+
indent_size = 2
1414

1515
end_of_line = lf
1616
insert_final_newline = true

.prettierrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"singleQuote": true
2+
"printWidth": 80,
3+
"tabWidth": 2,
4+
"useTabs": false,
5+
"singleQuote": true
36
}

0 commit comments

Comments
 (0)