Skip to content

Commit efa8ad7

Browse files
eflanagan0sivakumar-kailasam
authored andcommitted
use tabs for indentation
1 parent 5c3d9d8 commit efa8ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ end_of_line = lf
1010
charset = utf-8
1111
trim_trailing_whitespace = true
1212
insert_final_newline = true
13-
indent_style = space
13+
indent_style = tab
1414
indent_size = 2
1515

1616
[*.js]
17-
indent_style = space
17+
indent_style = tab
1818
indent_size = 2
1919

2020
[*.{diff,md}]

0 commit comments

Comments
 (0)