Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/electro/c-fat16/commit/927488414aeb5406ff1d2dd28a0f92cf1ed871c0?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

added astyle config

master
Ondřej Hruška 10 years ago
parent 9096222ff2
commit 927488414a
  1. 6
      .gitignore
  2. 13
      style.astylerc

6
.gitignore vendored

@ -37,3 +37,9 @@
*.cbp
objs/
bin/
# QtCreator crap
*.pro
*.pro.user
*.pri

@ -0,0 +1,13 @@
style=allman
indent=tab
max-instatement-indent=60
convert-tabs
indent-switches
pad-oper
unpad-paren
pad-header
verbose
Loading…
Cancel
Save