chore: require newline at EOF (#5278)
This commit is contained in:
@@ -50,3 +50,4 @@ PointerBindsToType: false
|
|||||||
SpacesBeforeTrailingComments: 2
|
SpacesBeforeTrailingComments: 2
|
||||||
Standard: Auto
|
Standard: Auto
|
||||||
ReflowComments: false
|
ReflowComments: false
|
||||||
|
InsertNewlineAtEOF: true
|
||||||
|
|||||||
@@ -198,6 +198,7 @@
|
|||||||
- Dev: Adapted `magic_enum` to Qt's Utf-16 strings. (#5258)
|
- Dev: Adapted `magic_enum` to Qt's Utf-16 strings. (#5258)
|
||||||
- Dev: `NetworkManager`'s statics are now created in its `init` method. (#5254)
|
- Dev: `NetworkManager`'s statics are now created in its `init` method. (#5254)
|
||||||
- Dev: `clang-tidy` CI now uses Qt 6. (#5273)
|
- Dev: `clang-tidy` CI now uses Qt 6. (#5273)
|
||||||
|
- Dev: Enabled `InsertNewlineAtEOF` in `clang-format`. (#5278)
|
||||||
|
|
||||||
## 2.4.6
|
## 2.4.6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user