mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added the clang-format option AllowShortEnumsOnASingleLine and set it to false.
This commit is contained in:
parent
c216f3804a
commit
57f3cb7614
|
@ -4,7 +4,7 @@
|
|||
# .clang-format
|
||||
#
|
||||
# Style configuration file for automatic C++ code formatting using clang-format.
|
||||
# This file requires at least clang-format version 10.0.
|
||||
# This file requires at least clang-format version 11.0.
|
||||
#
|
||||
|
||||
---
|
||||
|
@ -23,8 +23,7 @@ AllowAllConstructorInitializersOnNextLine: true
|
|||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
AllowShortBlocksOnASingleLine: Empty
|
||||
AllowShortCaseLabelsOnASingleLine: false
|
||||
# The following option requires version >= 11.0.
|
||||
#####AllowShortEnumsOnASingleLine: false
|
||||
AllowShortEnumsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: All
|
||||
AllowShortLambdasOnASingleLine: All
|
||||
AllowShortIfStatementsOnASingleLine: Never
|
||||
|
|
Loading…
Reference in a new issue