Skip to content

Commit 30ca0e1

Browse files
committed
[.editorconfig] Add rules to match Astyle rules
Signed-off-by: Frederic Pillon <[email protected]>
1 parent c4ab08a commit 30ca0e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[*]
22
end_of_line = lf
33
insert_final_newline = true
4+
indent_style = space
5+
indent_size = 2
6+
trim_trailing_whitespace = true
47

58
[*.sh]
69
# like -i=2

0 commit comments

Comments
 (0)