summaryrefslogtreecommitdiff
path: root/ci/astylerc
AgeCommit message (Collapse)Author
2019-06-11CI: add brackets to one-line blocksAdriaan de Groot
- since we mix Python (indentation is important) with C++ (it isn't), having indented one-line blocks which suddenly need {} when a statment is added is confusing and error-prone. Instead, make the blocks explicit, always, in C++.
2017-09-05Move development-related scripts, tools, into ci/Adriaan de Groot