Skip to content

Commit 098de68

Browse files
My preferences for editing: tabs, 4 spaces, no trailing whitespace.
1 parent 7adc475 commit 098de68

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
# Unix-style newlines with a newline ending every file
5+
[*]
6+
end_of_line = lf
7+
charset = utf-8
8+
indent_style = tab
9+
indent_size = tab
10+
tab_width = 4
11+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)