Skip to content

Commit c6cda7f

Browse files
committed
Apply code style to headers files
The tab size and other C style rules were not being applied to .h/headers files. Doing the file association between .h files and C language fixed it.
1 parent b611d48 commit c6cda7f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
"editor.tabSize": 8,
1010
"editor.insertSpaces": false,
1111
"editor.rulers": [80]
12+
},
13+
"files.associations": {
14+
"*.h": "c"
1215
}
1316
}

0 commit comments

Comments
 (0)