team-charls / charls

CharLS, a C++ JPEG-LS library implementation
BSD 3-Clause "New" or "Revised" License
180 stars 74 forks source link

Update coding style (.clang-format) to BreakAfterAttributes: Always #293

Closed vbaderks closed 8 months ago

vbaderks commented 8 months ago

Follow the common cross language pattern to apply function attributes before the function definition/implementation. This has mainly an impact on [[nodiscard]]

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud