Skip to content

Commit d998854

Browse files
committedNov 21, 2022
.vscode/settings.json: import initial RIOT-OS style
Signed-off-by: Dylan Laduranty <[email protected]>
1 parent 069ad92 commit d998854

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
 

‎.vscode/settings.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"editor.rulers": [
3+
80,
4+
120
5+
],
6+
"editor.detectIndentation": false,
7+
"files.insertFinalNewline": true,
8+
"files.associations": {
9+
"Makefile.*": "makefile",
10+
"*.mk": "makefile"
11+
},
12+
"[shellscript][c][cpp]": {
13+
"editor.tabSize": 4,
14+
"editor.insertSpaces": true,
15+
},
16+
"[makefile]": {
17+
"editor.tabSize": 2,
18+
"editor.insertSpaces": true,
19+
},
20+
}

0 commit comments

Comments
 (0)
Please sign in to comment.