Develop and Download Open Source Software

Browse Subversion Repository

Contents of /branches/libressl_3_7_1/.clang-format

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10667 - (show annotations) (download)
Fri Apr 7 14:57:14 2023 UTC (12 months ago) by zmatsuo
File size: 879 byte(s)
libressl 3.7.1
1 # clang format setting for Tera Term
2 #
3 # - この設定に従わなくてもokです
4 # - どのようなインデントにするかの参考に使用してください
5 # - diffが取れなくなるので従来からあるファイルに一気に適応しないでください
6 # (実験段階です)
7 # - Visual Studio 2017からclang-formatをIDEから利用できます
8 # - 次の方法でclang-formatの使用を変更できます
9 # - [ツール]/[オプション] →
10 # [テキスト エディタ―]/[C/C++]/[書式設定]/[clang-formatサポート]
11 #
12 BasedOnStyle: Google
13 ColumnLimit: 120
14 UseTab: Always
15 IndentWidth: 4
16 TabWidth: 4
17 AllowShortIfStatementsOnASingleLine: false
18 AllowShortFunctionsOnASingleLine: None
19 BreakBeforeBraces: Custom
20 BraceWrapping:
21 AfterFunction: 'true'
22 BeforeElse: 'true'
23 AfterClass: 'true'
24 SortIncludes: false
25 AccessModifierOffset: -4

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26