sync notes(auto)
Some checks failed
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (ubuntu-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled
Build and Test / publish-tag (push) Has been cancelled
/ test (push) Has been cancelled
Deploy Quartz site to GitHub Pages / build (push) Has been cancelled
Deploy Quartz site to GitHub Pages / deploy (push) Has been cancelled
Some checks failed
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (ubuntu-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled
Build and Test / publish-tag (push) Has been cancelled
/ test (push) Has been cancelled
Deploy Quartz site to GitHub Pages / build (push) Has been cancelled
Deploy Quartz site to GitHub Pages / deploy (push) Has been cancelled
This commit is contained in:
parent
7f7383884b
commit
abd335be37
1 changed files with 34 additions and 0 deletions
34
content/20241028171514 clang-format.md
Normal file
34
content/20241028171514 clang-format.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
# 20241028171514 clang-format
|
||||
#c #cpp #coding #standard
|
||||
|
||||
木下研究所のclang-formatはこんなです。
|
||||
|
||||
```
|
||||
Standard: Auto
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 0
|
||||
AccessModifierOffset: -4
|
||||
NamespaceIndentation: None
|
||||
BreakBeforeBraces: Custom
|
||||
PointerAlignment: Left
|
||||
AlignConsecutiveAssignments: true
|
||||
SortIncludes: false
|
||||
FixNamespaceComments: false
|
||||
IndentPPDirectives: None
|
||||
UseTab: Never
|
||||
BraceWrapping:
|
||||
AfterEnum: true
|
||||
AfterStruct: true
|
||||
AfterClass: true
|
||||
SplitEmptyFunction: true
|
||||
AfterControlStatement: false
|
||||
AfterNamespace: true
|
||||
AfterFunction: true
|
||||
AfterUnion: true
|
||||
AfterExternBlock: false
|
||||
BeforeCatch: false
|
||||
BeforeElse: false
|
||||
SplitEmptyRecord: true
|
||||
SplitEmptyNamespace: true
|
||||
```
|
Loading…
Reference in a new issue