Create .editorconfig

This commit is contained in:
Julio César Rocha 2017-03-08 01:29:38 -08:00 committed by GitHub
parent 7351fb15ef
commit 8027e498f6
1 changed files with 5 additions and 0 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true