source: Main/trunk/.clang-format@ 84

Last change on this file since 84 was 2, checked in by Nishi, on Sep 13, 2024 at 5:38:39 PM

adding stuff

  • Property svn:keywords set to Id
File size: 337 bytes
Line 
1---
2# $Id: .clang-format 2 2024-09-13 08:38:39Z nishi $
3Language: Cpp
4UseTab: Always
5TabWidth: 8
6IndentWidth: 8
7PointerAlignment: Left
8ColumnLimit: 1024
9AllowShortIfStatementsOnASingleLine: Always
10AllowShortBlocksOnASingleLine: Never
11AllowShortLoopsOnASingleLine: true
12SpaceBeforeParens: Never
13AlignEscapedNewlines: DontAlign
14SortIncludes: false
15AllowShortEnumsOnASingleLine: false
Note: See TracBrowser for help on using the repository browser.