Skip to content

Commit 3c27562

Browse files
author
Quintin Willison
committed
Update our EditorConfig file to reflect the change from tabs to spaces.
1 parent cbbccba commit 3c27562

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.editorconfig

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ end_of_line = lf
66
insert_final_newline = true
77
trim_trailing_whitespace = true
88
charset = utf-8
9-
indent_style = tab
9+
indent_style = space
10+
indent_size = 2
11+
12+
[*.java]
13+
indent_style = space
14+
indent_size = 4
1015

1116
[*.md]
1217
trim_trailing_whitespace = false
13-

0 commit comments

Comments
 (0)