[libcalamares] Don't format generated files of CLDR data

This commit is contained in:
Adriaan de Groot 2019-08-04 22:16:33 +02:00
parent fa2b94d931
commit 43ba59361b
2 changed files with 8 additions and 4 deletions

View file

@ -10,12 +10,14 @@
* Unicode Data Files ("DATA FILES") include all data files under the directories: * Unicode Data Files ("DATA FILES") include all data files under the directories:
* https://www.unicode.org/Public/ * https://www.unicode.org/Public/
* C. Terms of Use * C. Terms of Use
* 2. Any person is hereby authorized, without fee, to view, use, reproduce, * 2. Any person is hereby authorized, without fee, to view, use, reproduce,
* and distribute all documents and files, subject to the Terms and * and distribute all documents and files, subject to the Terms and
* Conditions herein. * Conditions herein.
*/ */
// BEGIN Generated from CLDR data // BEGIN Generated from CLDR data
// *INDENT-OFF*
// clang-format off
struct CountryData struct CountryData

View file

@ -225,12 +225,14 @@ cpp_header_comment = """/* GENERATED FILE DO NOT EDIT
* Unicode Data Files ("DATA FILES") include all data files under the directories: * Unicode Data Files ("DATA FILES") include all data files under the directories:
* https://www.unicode.org/Public/ * https://www.unicode.org/Public/
* C. Terms of Use * C. Terms of Use
* 2. Any person is hereby authorized, without fee, to view, use, reproduce, * 2. Any person is hereby authorized, without fee, to view, use, reproduce,
* and distribute all documents and files, subject to the Terms and * and distribute all documents and files, subject to the Terms and
* Conditions herein. * Conditions herein.
*/ */
// BEGIN Generated from CLDR data // BEGIN Generated from CLDR data
// *INDENT-OFF*
// clang-format off
""" """