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'