mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Make the C++ standard explicit in the .clang-format
C++11 was sometimes being detected with the previous "Auto" setting and this screwed up template formatting.
This commit is contained in:
@@ -43,7 +43,7 @@ PenaltyReturnTypeOnItsOwnLine: 200
|
||||
PointerAlignment: Left
|
||||
SpacesBeforeTrailingComments: 2
|
||||
Cpp11BracedListStyle: true
|
||||
Standard: Auto
|
||||
Standard: Cpp03
|
||||
IndentWidth: 2
|
||||
TabWidth: 8
|
||||
UseTab: Never
|
||||
|
||||
Reference in New Issue
Block a user