Skip to content

Commit e8ee08d

Browse files
committed
set indent_style to valid value
Per the documentation for editorconfig the two valid values for ```indent_style``` are 'tab' or 'space'
1 parent 2780128 commit e8ee08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ root = true
77
charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
10-
indent_style = spaces
10+
indent_style = space
1111
indent_size = 2
1212

1313
[*.md]

0 commit comments

Comments
 (0)