Set tabs as default setting for new files in Code
This commit is contained in:
parent
5d4f40393b
commit
e2b1550f62
|
@ -4,5 +4,7 @@
|
||||||
"cassert": "cpp",
|
"cassert": "cpp",
|
||||||
"cstddef": "cpp",
|
"cstddef": "cpp",
|
||||||
"string_view": "cpp"
|
"string_view": "cpp"
|
||||||
}
|
},
|
||||||
|
"editor.detectIndentation": false,
|
||||||
|
"editor.insertSpaces": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue