26 Star 62 Fork 11

JinXue / lyos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.clang-format 866 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Jin Xue 提交于 2020-07-12 17:15 . virtio: support PCI modern devices
BasedOnStyle: LLVM
PointerAlignment: Left
UseTab: Never
IndentWidth: 4
TabWidth: 4
MaxEmptyLinesToKeep: 1
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: false
AlignTrailingComments: true
AlignEscapedNewlines: true
AlignConsecutiveMacros: true
SpacesInParentheses: false
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: false
AfterControlStatement: false
AfterEnum: false
AfterFunction: true
AfterNamespace: false
AfterStruct: false
AfterUnion: false
AfterExternBlock: true
BeforeCatch: false
BeforeElse: false
IndentBraces: false
SplitEmptyFunction: false
SplitEmptyRecord: false
SplitEmptyNamespace: false
IndentCaseLabels: false
ReflowComments: true
NamespaceIndentation: None
AccessModifierOffset: -4
SortIncludes: false
C
1
https://gitee.com/jimxue/lyos.git
git@gitee.com:jimxue/lyos.git
jimxue
lyos
lyos
develop

搜索帮助