Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/tangara-fw/blame/commit/64b106c13e18c33be0f2b0de532054e0ed3f731d/lib/lua-repl/.editorconfig
You should set ROOT_URL correctly, otherwise the web may not work correctly.
Fork of Tangara with customizations
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[{Makefile,*.makefile}]
|
|
|
|
indent_style = tab
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|