Skip to content
Snippets Groups Projects
Commit 80d0497c authored by Zoe Pfister's avatar Zoe Pfister :speech_balloon:
Browse files

add .clang-format file, add extension recommendation

parent 21a7d75c
No related branches found
No related tags found
5 merge requests!39Merge Develop into Main,!19development into master,!17Inital Host, initial Client,!3Merge Branch `develop` into `sensor_readout`,!1Espnow
---
BasedOnStyle: LLVM
ColumnLimit: 120
IndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
AlignEscapedNewlines: DontAlign
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakTemplateDeclarations: Yes
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": ["platformio.platformio-ide", "xaver.clang-format"]
}
{
"version": "0.1.0",
"tasks": [
{
"taskName": "clang-format-everything",
"command": "clang-format",
"args": ["-i", "*"],
"isShellCommand": true,
"isBackground": true
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment