mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
Small change: make .clang-format
use C++11 Standard
I noticed this very small discrepancy, and so I changed it. The `CMakeLists` is already using C++11 standard, but the `.clang-format` was not. Signed-off-by: Jonathan Sifuentes <jayands2k11@ymail.com>
This commit is contained in:
@@ -83,7 +83,7 @@ SpacesInContainerLiterals: true
|
||||
SpacesInCStyleCastParentheses: false
|
||||
SpacesInParentheses: false
|
||||
SpacesInSquareBrackets: false
|
||||
Standard: Cpp03
|
||||
Standard: Cpp11
|
||||
TabWidth: 8
|
||||
UseTab: Never
|
||||
...
|
||||
|
Reference in New Issue
Block a user