mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 23:09:46 +01:00
.vscode/settings.json: import initial RIOT-OS style
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
parent
069ad929c2
commit
d99885496b
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…
Reference in New Issue
Block a user