.clang-format: add Standard: c++17

This commit is contained in:
Matt Liberty
2021-01-14 06:50:39 -08:00
parent 1f9c422358
commit f600b2c82f

View File

@@ -28,3 +28,4 @@ BreakBeforeBinaryOperators: All
BreakBeforeBraces: Custom
DerivePointerAlignment: false
SpaceAfterCStyleCast: true
Standard: c++17