aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
Commit message (Collapse)AuthorAgeFilesLines
* clang-format: fixing include categoriesBrent Stapleton2019-01-161-4/+6
| | | | Increasing priority of `#include "header.hpp"` statements.
* uhd: add .clang-format fileBrent Stapleton2018-11-121-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.