mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 09:17:06 +00:00
10 lines
189 B
Bash
Executable File
10 lines
189 B
Bash
Executable File
#!/bin/bash
|
|
|
|
clang-format -style='{
|
|
"BasedOnStyle": "google",
|
|
"BinPackParameters": false,
|
|
"BinPackArguments": false,
|
|
"AlignAfterOpenBracket": "AlwaysBreak"
|
|
}' -i src/*.cpp
|
|
|