mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d99885496b
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
21 lines
428 B
JSON
21 lines
428 B
JSON
{
|
|
"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,
|
|
},
|
|
}
|