RosettaCommons / binder

Binder, tool for automatic generation of Python bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use automatic tool to improve and unify code layout

jwuttke opened this issue · comments

Code format is not entirely uniform. Many code lines are very long. Use of tabs makes display dependent on editor settings. All this makes the code less accessible to newcomers.

Why not choose a standard .clang-format configuration and run clang-format once over the entire code base.

Oh, I see, you do have a .clang-format. I just have to adapt my editor to your use of tabs. Sorry.