Update clang format to format cpp macros

This commit is contained in:
Gabi Melman
2021-06-20 23:20:36 +03:00
committed by GitHub
parent 12df172575
commit c858b14c03

View File

@@ -104,5 +104,6 @@ SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 8
UseTab: Never
IndentPPDirectives: AfterHash
...