1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// config: bracket_spacing = true struct Foo { } struct Bar { uint256 foo; string bar; } struct MyStruct { // first 1 // first 2 uint256 field1; // second uint256 field2; }