Skip to content

dibingfa/code-beauty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

code-beauty

.clang-format https://clang.llvm.org/docs/ClangFormatStyleOptions.html#bracewrapping

BreakBeforeBraces: Custom
BraceWrapping:
  AfterEnum: false
  AfterStruct: false
  SplitEmptyFunction: false
  AfterControlStatement: Never

settings.json

"clang-format.executable": "${workspaceRoot}/.clang-format",
"C_Cpp.clang_format_style": "file:${workspaceRoot}/.clang-format"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors