mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
Merge pull request #18945 from dylad/pr/vscode_import_riot_styles
.vscode: import initial RIOT-OS style
This commit is contained in:
commit
54b0100c44
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
||||
20
.vscode/settings.json
vendored
Normal file
20
.vscode/settings.json
vendored
Normal file
@ -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,
|
||||
},
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user