Automatically place newlines at end of generated files (#3751)
Co-authored-by: Kasia <zneix@zneix.eu>
This commit is contained in:
@@ -4,7 +4,7 @@ resources_header = \
|
|||||||
|
|
||||||
resources_footer = \
|
resources_footer = \
|
||||||
''' </qresource>
|
''' </qresource>
|
||||||
</RCC>'''
|
</RCC>\n'''
|
||||||
|
|
||||||
header_header = \
|
header_header = \
|
||||||
'''#include <QPixmap>
|
'''#include <QPixmap>
|
||||||
@@ -22,7 +22,7 @@ public:
|
|||||||
header_footer = \
|
header_footer = \
|
||||||
'''};
|
'''};
|
||||||
|
|
||||||
} // namespace chatterino'''
|
} // namespace chatterino\n'''
|
||||||
|
|
||||||
source_header = \
|
source_header = \
|
||||||
'''#include "ResourcesAutogen.hpp"
|
'''#include "ResourcesAutogen.hpp"
|
||||||
@@ -36,4 +36,4 @@ Resources2::Resources2()
|
|||||||
source_footer = \
|
source_footer = \
|
||||||
'''}
|
'''}
|
||||||
|
|
||||||
} // namespace chatterino'''
|
} // namespace chatterino\n'''
|
||||||
|
|||||||
Reference in New Issue
Block a user