Change spaces to tabs

This commit is contained in:
Florian RICHER 2025-02-23 13:14:54 +01:00
parent 43032964c3
commit 510a41cbb3
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
6 changed files with 80 additions and 78 deletions

View file

@ -1,5 +1,7 @@
{ {
"files.associations": { "files.associations": {
"*.h": "c" "*.h": "c"
} },
"editor.insertSpaces": false,
"editor.tabSize": 4
} }