Skip to content

Commit 30ca0e1

Browse files
committedMar 31, 2020
[.editorconfig] Add rules to match Astyle rules
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent c4ab08a commit 30ca0e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.editorconfig

Lines changed: 3 additions & 0 deletions
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)
Please sign in to comment.