Browse Source

new options

Aaro Saila 8 tháng trước cách đây
mục cha
commit
37f351de4d
1 tập tin đã thay đổi với 5 bổ sung và 0 xóa
  1. 5 0
      clang-format

+ 5 - 0
clang-format

@@ -1,4 +1,9 @@
 BasedOnStyle: webkit
 IndentWidth: 4
 BreakBeforeBraces: Attach
+BreakBeforeCloseBracketList: true
+BreakBeforeCloseBracketFuction: true
+BreakBeforeCloseBracketIf: true
+BreakBeforeCloseBracketLoop: true
+BreakBeforeCloseBracketSwitch: true
 SpaceAfterCStyleCast: true