Automatically place newlines at end of generated files (#3751)

Co-authored-by: Kasia <zneix@zneix.eu>
This commit is contained in:
Daniel Sage 2022-05-22 16:59:05 -04:00 committed by GitHub
parent 21934b6aaf
commit 77e9a40bb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'''