Skip to content

Commit

Permalink
style: 🎨 update formatter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmarincu committed Mar 7, 2024
1 parent 7d6663f commit 4fe0aa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"C_Cpp.intelliSenseEngine": "disabled",
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Attach, AllowShortIfStatementsOnASingleLine: true, IndentCaseLabels: true, ColumnLimit: 0, AccessModifierOffset: -4, PointerAlignment: Middle, AllowShortFunctionsOnASingleLine: All, AllowShortBlocksOnASingleLine: true, AllowShortLoopsOnASingleLine: true, SpaceAfterCStyleCast: false, IndentPPDirectives: BeforeHash, AlignAfterOpenBracket: AlwaysBreak, Cpp11BracedListStyle: false }",
"ceedlingExplorer.debugConfiguration": "Test Debug",
"ceedlingExplorer.projectPath": "./very_simple_kernel",
"clangd.arguments": [
"--header-insertion=never",
"--compile-commands-dir=build/artifacts",
"--query-driver=/usr/bin/arm-none-eabi-gcc"
],
"[c]": {
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
},
"C/C++ Include Guard.Macro Type": "Filename",
"C/C++ Include Guard.Comment Style": "Line",
"C/C++ Include Guard.Path Depth": 0,
Expand Down

0 comments on commit 4fe0aa8

Please sign in to comment.