Skip to content

Commit c05742b

Browse files
committed
Indent size modified to 4
1 parent 2562fea commit c05742b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# EditorConfig is awesome: http://EditorConfig.org
1+
#EditorConfig: http://editorconfig.org
22

33
root = true
44

@@ -12,8 +12,8 @@ trim_trailing_whitespace = true
1212

1313
[*.{sh,db}]
1414
indent_style = tab
15-
indent_size = 2
15+
indent_size = 4
1616

1717
[Dockerfile]
1818
indent_style = tab
19-
indent_size = 2
19+
indent_size = 4

0 commit comments

Comments
 (0)