mirror of
https://github.com/diasurgical/devilution.git
synced 2025-07-23 04:23:01 +02:00
Reformat the .clang-format files
These files are YAML, changes to a more idiomatic YAML syntax
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
{
|
||||
BasedOnStyle: webkit,
|
||||
AlignTrailingComments: true,
|
||||
AllowShortBlocksOnASingleLine: true,
|
||||
AllowShortFunctionsOnASingleLine: None,
|
||||
PointerAlignment: Right,
|
||||
AlignConsecutiveAssignments: true,
|
||||
TabWidth: 4,
|
||||
UseTab: ForIndentation,
|
||||
SortIncludes: false,
|
||||
}
|
||||
BasedOnStyle: webkit
|
||||
AlignTrailingComments: true
|
||||
AllowShortBlocksOnASingleLine: true
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
PointerAlignment: Right
|
||||
AlignConsecutiveAssignments: true
|
||||
TabWidth: 4
|
||||
UseTab: ForIndentation
|
||||
SortIncludes: false
|
||||
|
@@ -1,10 +1,8 @@
|
||||
{
|
||||
BasedOnStyle: webkit,
|
||||
AlignTrailingComments: true,
|
||||
AllowShortBlocksOnASingleLine: true,
|
||||
AllowShortFunctionsOnASingleLine: None,
|
||||
PointerAlignment: Right,
|
||||
TabWidth: 4,
|
||||
UseTab: ForIndentation,
|
||||
SortIncludes: false,
|
||||
}
|
||||
BasedOnStyle: webkit
|
||||
AlignTrailingComments: true
|
||||
AllowShortBlocksOnASingleLine: true
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
PointerAlignment: Right
|
||||
TabWidth: 4
|
||||
UseTab: ForIndentation
|
||||
SortIncludes: false
|
||||
|
Reference in New Issue
Block a user