source:
Main/trunk/.clang-format@
240
Last change on this file since 240 was 2, checked in by , on Sep 13, 2024 at 5:38:39 PM | |
---|---|
|
|
File size: 337 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | --- |
2 | # $Id: .clang-format 2 2024-09-13 08:38:39Z nishi $ | |
3 | Language: Cpp | |
4 | UseTab: Always | |
5 | TabWidth: 8 | |
6 | IndentWidth: 8 | |
7 | PointerAlignment: Left | |
8 | ColumnLimit: 1024 | |
9 | AllowShortIfStatementsOnASingleLine: Always | |
10 | AllowShortBlocksOnASingleLine: Never | |
11 | AllowShortLoopsOnASingleLine: true | |
12 | SpaceBeforeParens: Never | |
13 | AlignEscapedNewlines: DontAlign | |
14 | SortIncludes: false | |
15 | AllowShortEnumsOnASingleLine: false |
Note:
See TracBrowser
for help on using the repository browser.