[Ttssh2-commit] [8366] フォーマットルールの追加

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 11月 9日 (土) 00:39:32 JST


Revision: 8366
          https://osdn.net/projects/ttssh2/scm/svn/commits/8366
Author:   zmatsuo
Date:     2019-11-09 00:39:31 +0900 (Sat, 09 Nov 2019)
Log Message:
-----------
フォーマットルールの追加

- class の protected: などを行頭にフォーマットする
- class の後の '{' の前で改行する

Modified Paths:
--------------
    branches/unicode_buf/.clang-format

-------------- next part --------------
Modified: branches/unicode_buf/.clang-format
===================================================================
--- branches/unicode_buf/.clang-format	2019-11-06 13:28:02 UTC (rev 8365)
+++ branches/unicode_buf/.clang-format	2019-11-08 15:39:31 UTC (rev 8366)
@@ -20,5 +20,6 @@
 BraceWrapping:
 	AfterFunction: 'true'
 	BeforeElse: 'true'
+	AfterClass: 'true'
 SortIncludes: false
-
+AccessModifierOffset: -4


Ttssh2-commit メーリングリストの案内
Back to archive index