summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/indent_style/block_tab_spaces_call.rs
blob: 5531e61ddc8c4511d7266adf06673a918b0bffaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// rustfmt-indent_style: Block
// rustfmt-max_width: 80
// rustfmt-tab_spaces: 2

// #1427
fn main() {
  exceptaions::config(move || {
    (
      NmiConfig {},
      HardFaultConfig {},
      SysTickConfig { gpio_sbsrr },
    )
  });
}