hnOsmium0001

clang-format function braces

Sep 17th, 2020 (edited)
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. void func(
  2. int a,
  3. int b,
  4. std::string str
  5. ) {
  6. // blah
  7. }
  8.  
  9. void func(
  10. int a,
  11. int b,
  12. std::string str) {
  13. // blah
  14. }
Advertisement
Add Comment
Please, Sign In to add comment