mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 00:09:46 +01:00
22 lines
455 B
JSON
22 lines
455 B
JSON
{
|
|
"editor.rulers": [
|
|
80,
|
|
100
|
|
],
|
|
"editor.detectIndentation": false,
|
|
"files.insertFinalNewline": true,
|
|
"files.associations": {
|
|
"Makefile.*": "makefile",
|
|
"*.mk": "makefile",
|
|
"*.sketch": "cpp"
|
|
},
|
|
"[shellscript][c][cpp]": {
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": true,
|
|
},
|
|
"[makefile]": {
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
},
|
|
}
|