Skip to content

Commit

Permalink
Merge pull request #18945 from dylad/pr/vscode_import_riot_styles
Browse files Browse the repository at this point in the history
.vscode: import initial RIOT-OS style
  • Loading branch information
maribu authored Nov 22, 2022
2 parents 64dcfd6 + d998854 commit 54b0100
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ cachegrind.out*
# Codelite (among others) project files
*.project
# Visual Studio Code user settings
.vscode/
.vscode/*
!.vscode/settings.json
# ctags index files
tags
# GDB initialization scripts
Expand Down
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 54b0100

Please sign in to comment.