Added editorconfig file

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-04-26 10:18:31 +02:00
parent cded76920c
commit e53663189b
1 changed files with 11 additions and 0 deletions

11
02/.editorconfig Normal file
View File

@ -0,0 +1,11 @@
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=4
[{*.ddl,*.sql}]
indent_style=space
indent_size=2