Skip to content

Commit 18d266c

Browse files
committed
style: reformat options files
1 parent 2c08173 commit 18d266c

File tree

124 files changed

+2746
-2746
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+2746
-2746
lines changed

meson_options.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
option(
2-
'wraps',
3-
type: 'array',
4-
value: [],
2+
'wraps',
3+
type: 'array',
4+
value: [],
55
)
66
option(
7-
'depnames',
8-
type: 'array',
9-
value: [],
7+
'depnames',
8+
type: 'array',
9+
value: [],
1010
)
1111
option(
12-
'prognames',
13-
type: 'array',
14-
value: [],
12+
'prognames',
13+
type: 'array',
14+
value: [],
1515
)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
option(
2-
'test',
3-
type: 'feature',
4-
description: 'Build tests',
2+
'test',
3+
type: 'feature',
4+
description: 'Build tests',
55
)
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
option(
2-
'export_adig',
3-
type: 'boolean',
4-
value: false,
5-
description: 'Override find_program(adig)',
2+
'export_adig',
3+
type: 'boolean',
4+
value: false,
5+
description: 'Override find_program(adig)',
66
)
77
option(
8-
'export_ahost',
9-
type: 'boolean',
10-
value: false,
11-
description: 'Override find_program(ahost)',
8+
'export_ahost',
9+
type: 'boolean',
10+
value: false,
11+
description: 'Override find_program(ahost)',
1212
)
1313
option(
14-
'tests',
15-
type: 'boolean',
16-
value: false,
17-
description: 'Build c-ares tests',
14+
'tests',
15+
type: 'boolean',
16+
value: false,
17+
description: 'Build c-ares tests',
1818
)
1919
option(
20-
'tools',
21-
type: 'boolean',
22-
value: false,
23-
description: 'Build c-ares tools by default',
20+
'tools',
21+
type: 'boolean',
22+
value: false,
23+
description: 'Build c-ares tools by default',
2424
)
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
option(
2-
'with_sdl2_image',
3-
type: 'feature',
4-
description: 'Enable SDL2_image wrappers',
2+
'with_sdl2_image',
3+
type: 'feature',
4+
description: 'Enable SDL2_image wrappers',
55
)
66

77
option(
8-
'with_sdl2_mixer',
9-
type: 'feature',
10-
description: 'Enable SDL2_mixer wrappers',
8+
'with_sdl2_mixer',
9+
type: 'feature',
10+
description: 'Enable SDL2_mixer wrappers',
1111
)
1212

1313
option(
14-
'with_sdl2_ttf',
15-
type: 'feature',
16-
description: 'Enable SDL2_ttf wrappers',
14+
'with_sdl2_ttf',
15+
type: 'feature',
16+
description: 'Enable SDL2_ttf wrappers',
1717
)
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
option(
2-
'unused_tests',
3-
type: 'boolean',
4-
value: false,
2+
'unused_tests',
3+
type: 'boolean',
4+
value: false,
55
)
66
option(
7-
'timeout_tests',
8-
type: 'boolean',
9-
value: false,
7+
'timeout_tests',
8+
type: 'boolean',
9+
value: false,
1010
)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
option(
2-
'tests',
3-
type: 'boolean',
4-
value: true,
5-
description: 'Build tests',
2+
'tests',
3+
type: 'boolean',
4+
value: true,
5+
description: 'Build tests',
66
)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

33
option(
4-
'tests',
5-
type: 'boolean',
6-
value: true,
7-
description: 'whether or not tests should be built',
4+
'tests',
5+
type: 'boolean',
6+
value: true,
7+
description: 'whether or not tests should be built',
88
)
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
option(
2-
'enable_cpputest_extensions',
3-
type: 'boolean',
4-
value: false,
5-
description: 'Build and provide CppUTest extensions',
2+
'enable_cpputest_extensions',
3+
type: 'boolean',
4+
value: false,
5+
description: 'Build and provide CppUTest extensions',
66
)
77

88
option(
9-
'cpputest_platform',
10-
type: 'combo',
11-
choices: [
12-
'autodetect',
13-
'armcc',
14-
'C2000',
15-
'Dos',
16-
'Gcc',
17-
'GccNoStdC',
18-
'Iar',
19-
'Keil',
20-
'none',
21-
'Symbian',
22-
'VisualCpp',
23-
],
24-
value: 'autodetect',
25-
description: 'Which UtestPlatform.cpp file should be used for the build.\n' + '"autodetect" tries to provide one that\'s compatible with your C++ compiler.\n' + 'Currently it supports only GCC, Clang and MSVC.\n' + '"none" allows You to provide your own.',
9+
'cpputest_platform',
10+
type: 'combo',
11+
choices: [
12+
'autodetect',
13+
'armcc',
14+
'C2000',
15+
'Dos',
16+
'Gcc',
17+
'GccNoStdC',
18+
'Iar',
19+
'Keil',
20+
'none',
21+
'Symbian',
22+
'VisualCpp',
23+
],
24+
value: 'autodetect',
25+
description: 'Which UtestPlatform.cpp file should be used for the build.\n' + '"autodetect" tries to provide one that\'s compatible with your C++ compiler.\n' + 'Currently it supports only GCC, Clang and MSVC.\n' + '"none" allows You to provide your own.',
2626
)
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
option(
2-
'tests',
3-
type: 'feature',
4-
value: 'auto',
5-
description: 'build unit tests (requires catch2)',
2+
'tests',
3+
type: 'feature',
4+
value: 'auto',
5+
description: 'build unit tests (requires catch2)',
66
)
77
option(
8-
'examples',
9-
type: 'boolean',
10-
value: false,
11-
description: 'build examples',
8+
'examples',
9+
type: 'boolean',
10+
value: false,
11+
description: 'build examples',
1212
)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
option(
2-
'tests',
3-
type: 'feature',
4-
description: 'Build tests',
2+
'tests',
3+
type: 'feature',
4+
description: 'Build tests',
55
)

0 commit comments

Comments
 (0)