Skip to content

Commit 6d27e51

Browse files
committed
Specify the language standard to format to.
Else there may be problems with code like this: (std::tuple_size_v<decltype(options)> > 0)
1 parent 93709e8 commit 6d27e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
BasedOnStyle: Microsoft
33
ReflowComments: false
44
ColumnLimit: 0
5+
Standard: c++17
56

0 commit comments

Comments
 (0)