Develop and Download Open Source Software

Browse Subversion Repository

Contents of /branches/putty_0_78/.clang-format

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10424 - (show annotations) (download)
Wed Dec 21 23:12:49 2022 UTC (15 months, 2 weeks ago) by nmaya
File size: 879 byte(s)
branch for PuTTY 0.78 support from trunk
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