1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-13 08:40:26 +01:00

.vscode/settings.json: change vertical ruler to comply with coding conventions

This commit is contained in:
Urs Gompper 2023-10-26 15:27:05 +02:00
parent 2b9e82851b
commit e3d784efda

View File

@ -1,7 +1,7 @@
{
"editor.rulers": [
80,
120
100
],
"editor.detectIndentation": false,
"files.insertFinalNewline": true,