Browse Source

update styleguide

pull/361/head
DanielR92 2 years ago
parent
commit
66617f81f4
  1. 7
      tools/esp8266/.vscode/settings.json

7
tools/esp8266/.vscode/settings.json

@ -19,5 +19,8 @@
"editor.detectIndentation": false,
// https://clang.llvm.org/docs/ClangFormatStyleOptions.html
"C_Cpp.clang_format_style": "{BasedOnStyle: Google, BinPackParameters: false, BinPackArguments: false}",
}
"C_Cpp.vcFormat.newLine.closeBraceSameLine.emptyFunction": false,
"C_Cpp.vcFormat.newLine.beforeOpenBrace.block": "sameLine",
"C_Cpp.vcFormat.newLine.beforeOpenBrace.function": "sameLine",
"C_Cpp.vcFormat.newLine.beforeOpenBrace.lambda": "sameLine"
}
Loading…
Cancel
Save