Suppress vscode auto-format for the time being

Eventually we would like to set up clang-format rules and enforce
them from CI.
This commit is contained in:
Tau 2021-05-22 12:17:46 -04:00
parent 27ec081ca7
commit eb2383187a
1 changed files with 3 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"editor.formatOnSave": false
}