Skip to content

Commit 9e93b41

Browse files
committed
Change default indent to 2 Spaces in .editorconfig
The "de facto" coding style seems to be 2 spaces indent in *.pp files. Make this the default for supported editors
1 parent f274e51 commit 9e93b41

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
@@ -5,9 +5,9 @@ root = true
55
[*]
66
charset = utf-8
77
end_of_line = lf
8-
indent_size = 4
9-
tab_width = 4
10-
indent_style = tab
8+
indent_size = 2
9+
tab_width = 2
10+
indent_style = space
1111
insert_final_newline = true
1212
trim_trailing_whitespace = true
1313

0 commit comments

Comments
 (0)