Skip to content

Commit b6be80f

Browse files
authored
Change from using four space idents to using tabs (#2353)
1 parent cfc9462 commit b6be80f

File tree

203 files changed

+10617
-10618
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+10617
-10618
lines changed

.editorconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ indent_size = 2
2727
end_of_line = lf
2828

2929
[*.sh]
30-
indent_style = space
31-
indent_size = 4
30+
indent_style = tab
3231
end_of_line = lf
3332
switch_case_indent = true # like -ci
3433
space_redirects = true # like -sr

0 commit comments

Comments
 (0)