mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-28 17:56:21 +02:00
update styleguide
This commit is contained in:
parent
633b7e99b3
commit
66617f81f4
1 changed files with 5 additions and 2 deletions
7
tools/esp8266/.vscode/settings.json
vendored
7
tools/esp8266/.vscode/settings.json
vendored
|
@ -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…
Add table
Reference in a new issue