* AlignTrailingComments: true
* AllowShortBlocksOnASingleLine: true
* AllowShortFunctionsOnASingleLine: None
* PointerAlignment: Right
Note, currently, the format.sh script uses the config file
for .cpp files. The `AlignConsecutiveAssignments: true` setting
is specifically added for .h files.
I could not find a way to specify what config file to use
for clang-format. So, for now, the config file is used for
.cpp.
Base default style on WebKit and set a few options
specific to Devilution.
* `AlignTrailingComments: true`
* `AllowShortBlocksOnASingleLine: true`
* `AllowShortFunctionsOnASingleLine: None`
* `PointerAlignment: Right`
For header files, we also want to add
* `AlignConsecutiveAssignments: true`