Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

support recognition of C++17 by clang format #86

Closed dhebbeker closed 10 months ago

dhebbeker commented 10 months ago

Specify the language standard to format to.

Else there may be problems with code like this:

(std::tuple_size_v<decltype(options)> > 0)

Different versions of clang-format format differently. This can lead to failures of the hosted clang-format test.