Skip to content

Commit f58624d

Browse files
committed
Add editconfig
1 parent 6178718 commit f58624d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Pippo code formatting styles
2+
# Checkout http://editorconfig.org/ for more information and how to use it
3+
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
end_of_line = lf
9+
indent_style = space
10+
indent_size = 4
11+
12+
#[{*.java,*.xml,*.js,*.css]
13+
trim_trailing_whitespace = true
14+
insert_final_newline = true
15+
16+
[*.md]
17+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)