mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-05 12:11:39 +02:00
First Styleguide draft
please try it out. :)
This commit is contained in:
parent
55a2850f1e
commit
633b7e99b3
1 changed files with 23 additions and 0 deletions
23
tools/esp8266/.vscode/settings.json
vendored
Normal file
23
tools/esp8266/.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
// Place your settings in this file to overwrite default and user settings.
|
||||||
|
{
|
||||||
|
// identify that settings is loaded
|
||||||
|
"workbench.colorCustomizations": {
|
||||||
|
"editorLineNumber.foreground": "#00ff00"
|
||||||
|
},
|
||||||
|
|
||||||
|
"editor.wordWrap": "off",
|
||||||
|
"files.eol" : "\n",
|
||||||
|
"files.trimTrailingWhitespace" : true,
|
||||||
|
|
||||||
|
"diffEditor.ignoreTrimWhitespace": true,
|
||||||
|
"files.autoSave": "afterDelay",
|
||||||
|
|
||||||
|
"editor.tabSize": 4,
|
||||||
|
"editor.insertSpaces": true,
|
||||||
|
// `editor.tabSize` and `editor.insertSpaces` will be detected based on the file contents.
|
||||||
|
// Set to false to keep the values you've explicitly set, above.
|
||||||
|
"editor.detectIndentation": false,
|
||||||
|
|
||||||
|
// https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
||||||
|
"C_Cpp.clang_format_style": "{BasedOnStyle: Google, BinPackParameters: false, BinPackArguments: false}",
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue