Added .editorconfig file with the main indentation settings
parent
56fff56577
commit
780bda894e
|
@ -0,0 +1,6 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
Loading…
Reference in New Issue