mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
chore: require newline at EOF (#5278)
This commit is contained in:
parent
2f534dc6da
commit
b35f10fa54
|
@ -50,3 +50,4 @@ PointerBindsToType: false
|
|||
SpacesBeforeTrailingComments: 2
|
||||
Standard: Auto
|
||||
ReflowComments: false
|
||||
InsertNewlineAtEOF: true
|
||||
|
|
|
@ -198,6 +198,7 @@
|
|||
- Dev: Adapted `magic_enum` to Qt's Utf-16 strings. (#5258)
|
||||
- Dev: `NetworkManager`'s statics are now created in its `init` method. (#5254)
|
||||
- Dev: `clang-tidy` CI now uses Qt 6. (#5273)
|
||||
- Dev: Enabled `InsertNewlineAtEOF` in `clang-format`. (#5278)
|
||||
|
||||
## 2.4.6
|
||||
|
||||
|
|
Loading…
Reference in a new issue