mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
(clang-format) Insert newline at end of file (#247)
* Insert newline at EOF * Fix formatting
This commit is contained in:
parent
6b8dc8a0cc
commit
a01bcf5241
54 changed files with 54 additions and 53 deletions
|
@ -19,6 +19,7 @@ ContinuationIndentWidth: 4
|
||||||
IncludeBlocks: Regroup
|
IncludeBlocks: Regroup
|
||||||
IndentAccessModifiers: false
|
IndentAccessModifiers: false
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
|
InsertNewlineAtEOF: true
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
SpaceAfterCStyleCast: true
|
SpaceAfterCStyleCast: true
|
||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
|
|
Loading…
Reference in a new issue