Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-format: Break after templates | Martin Braun | 2019-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | Before, code would get formatted thus: template <typename T> class X {} Now, it gets formatted as such: template <typename T> class X {} | ||||
* | clang-format: fixing include categories | Brent Stapleton | 2019-01-16 | 1 | -4/+6 |
| | | | | Increasing priority of `#include "header.hpp"` statements. | ||||
* | uhd: add .clang-format file | Brent Stapleton | 2018-11-12 | 1 | -0/+92 |
Adding clang-format configuration file. The chosen style is meant to match current UHD coding style, except in certain cases where we have consciously decided to format our code in a particular way. |