Skip to content

Commit 0f65b69

Browse files
LiedtkeV8-internal LUCI CQ
authored andcommitted
[format] Change indentation to 4 spaces
To align better with the current formatting. No other reason. Also add a few swift-ignore-format annotations for weights. Bug: 430616180 Change-Id: I07b5dae4938578a49ec393faaf18959e2867e58f Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/9155817 Reviewed-by: Michael Achenbach <machenbach@google.com> Commit-Queue: Matthias Liedtke <mliedtke@google.com>
1 parent 0ce3749 commit 0f65b69

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.swift-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"indentConditionalCompilationBlocks" : true,
77
"indentSwitchCaseLabels" : false,
88
"indentation" : {
9-
"spaces" : 2
9+
"spaces" : 4
1010
},
1111
"lineBreakAroundMultilineExpressionChainComponents" : false,
1212
"lineBreakBeforeControlFlowKeywords" : false,

Sources/Fuzzilli/CodeGen/CodeGeneratorWeights.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
/// Default weights for the builtin code generators.
16+
// swift-format-ignore
1617
public let codeGeneratorWeights = [
1718
// Value generators. These are used to bootstrap code
1819
// generation and therefore control the types of variables

Sources/Fuzzilli/CodeGen/ProgramTemplateWeights.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
/// Default weights for the builtin program templates.
16+
// swift-format-ignore
1617
public let programTemplateWeights = [
1718
"Codegen100": 2,
1819
"Codegen50": 2,

0 commit comments

Comments
 (0)