Add basic editor rules.

This commit is contained in:
s1lent 2017-05-05 03:00:48 +07:00
parent 6d613fc9f0
commit 6e7bb15807
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
# Manual:
# http://EditorConfig.org
# top-most EditorConfig file
root = true
# 1 tab = 4 spaces indentation and with a newline ending every file
[*]
indent_style = tab
indent_size = 4
insert_final_newline = true