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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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