Skip to content

Commit 10ae7b6

Browse files
committed
Basic editor rules.
1 parent 0cf0746 commit 10ae7b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Manual:
2+
# http://EditorConfig.org
3+
4+
# top-most EditorConfig file
5+
root = true
6+
7+
# 1 tab = 4 spaces indentation and with a newline ending every file
8+
[*]
9+
indent_style = tab
10+
indent_size = 4
11+
insert_final_newline = true

0 commit comments

Comments
 (0)