Added editorconfig file
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
11
02/.editorconfig
Normal file
11
02/.editorconfig
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user