Skip to content

Commit 08bdbd1

Browse files
meithecatteISSOtm
authored andcommitted
Add an .editorconfig
This automatically sets up the formatting settings in a number of editors, regardless of the user's preferences.
1 parent 5c852c7 commit 08bdbd1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[*]
2+
root = true
3+
indent_style = tab
4+
indent_size = tab
5+
tab_width = 8
6+
charset = utf-8
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
end_of_line = lf

0 commit comments

Comments
 (0)