[Ttssh2-commit] [8327] 短い関数を1行にまとめないようにした

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 10月 22日 (火) 00:31:13 JST


Revision: 8327
          https://osdn.net/projects/ttssh2/scm/svn/commits/8327
Author:   zmatsuo
Date:     2019-10-22 00:31:12 +0900 (Tue, 22 Oct 2019)
Log Message:
-----------
短い関数を1行にまとめないようにした

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

-------------- next part --------------
Modified: branches/unicode_buf/.clang-format
===================================================================
--- branches/unicode_buf/.clang-format	2019-10-21 15:31:02 UTC (rev 8326)
+++ branches/unicode_buf/.clang-format	2019-10-21 15:31:12 UTC (rev 8327)
@@ -15,6 +15,7 @@
 IndentWidth: 4
 TabWidth: 4
 AllowShortIfStatementsOnASingleLine: false
+AllowShortFunctionsOnASingleLine: None
 BreakBeforeBraces: Custom
 BraceWrapping:
 	AfterFunction: 'true'


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