回答編集履歴

2

d

2019/08/15 10:51

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -21,6 +21,18 @@
21
21
  ```
22
22
 
23
23
  AllowShortLoopsOnASingleLine: true
24
+
25
+ ```
26
+
27
+
28
+
29
+ * if や for 文で {} ブロックがある場合は行数に関わらず、改行する。
30
+
31
+
32
+
33
+ ```
34
+
35
+ AllowShortBlocksOnASingleLine: false
24
36
 
25
37
  ```
26
38
 

1

d

2019/08/15 10:51

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -47,6 +47,10 @@
47
47
 
48
48
 
49
49
  ## サンプル
50
+
51
+
52
+
53
+ clang-format バージョン9 で確認
50
54
 
51
55
 
52
56