Closed MakisH closed 2 years ago
Do you think it would be better to merge this first, and fix any other merge issues it might cause, or wait until the others are merged?
Do you think it would be better to merge this first, and fix any other merge issues it might cause, or wait until the others are merged?
This is really easy to reapply, so I would wait for #73 first.
I would actually wait until we merge the v2.17
to develop
first.
Closing in favor of #83.
We need some automatic formatting to maintain the history clean and understandable.
This adds the following:
tools/format-code.sh
, which only formats the C and C++ files inadapter/
. I am ignoring the CalculiX files, as I guess @KyleDavisSA needs to do some diff between CalculiX and the adapter whenever porting to new versions. I could still only enforce indentation, or go the full way and also format the CalculiX files.adapter/
).Closes #69.
Note that merging this could cause some merge conflicts in already open merge requests.