Skip to content

Commit

Permalink
.vscode/settings.json: import initial RIOT-OS style
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
  • Loading branch information
dylad committed Nov 21, 2022
1 parent 069ad92 commit d998854
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"editor.rulers": [
80,
120
],
"editor.detectIndentation": false,
"files.insertFinalNewline": true,
"files.associations": {
"Makefile.*": "makefile",
"*.mk": "makefile"
},
"[shellscript][c][cpp]": {
"editor.tabSize": 4,
"editor.insertSpaces": true,
},
"[makefile]": {
"editor.tabSize": 2,
"editor.insertSpaces": true,
},
}

0 comments on commit d998854

Please sign in to comment.