c119c44c13
When this is merged https://gitlab.com/ligolang/ligo-web-ide/ will be marked as deprecated. This MR does not hook up the webide build to the main CI. The CI integration will come in a subsequent MR for the sake of making review easier.
11 lines
145 B
INI
11 lines
145 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
end_of_line = lf
|
|
|
|
[*.{js,ts,tsx,json,css}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
quote_type = single
|