mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Automatically place newlines at end of generated files (#3751)
Co-authored-by: Kasia <zneix@zneix.eu>
This commit is contained in:
parent
21934b6aaf
commit
77e9a40bb4
|
@ -4,7 +4,7 @@ resources_header = \
|
|||
|
||||
resources_footer = \
|
||||
''' </qresource>
|
||||
</RCC>'''
|
||||
</RCC>\n'''
|
||||
|
||||
header_header = \
|
||||
'''#include <QPixmap>
|
||||
|
@ -22,7 +22,7 @@ public:
|
|||
header_footer = \
|
||||
'''};
|
||||
|
||||
} // namespace chatterino'''
|
||||
} // namespace chatterino\n'''
|
||||
|
||||
source_header = \
|
||||
'''#include "ResourcesAutogen.hpp"
|
||||
|
@ -36,4 +36,4 @@ Resources2::Resources2()
|
|||
source_footer = \
|
||||
'''}
|
||||
|
||||
} // namespace chatterino'''
|
||||
} // namespace chatterino\n'''
|
||||
|
|
Loading…
Reference in a new issue