Skip to content

Commit ebbae38

Browse files
author
Sandro Santilli
committedApr 11, 2016
Add generic editor configuration
See http://editorconfig.org
1 parent f04de1b commit ebbae38

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# See http://editorconfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# every file needs these
7+
[*]
8+
charset = utf-8
9+
end_of_line = lf
10+
trim_trailing_whitespace = true
11+
insert_final_newline = true
12+
indent_style = space

0 commit comments

Comments
 (0)