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

This commit is contained in:
Kaz Saita(raspi5) 2024-10-28 17:30:07 +09:00
parent 7f7383884b
commit abd335be37

View 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
```