From eb2383187ae600300baaec5bdbdc1fd575a2674e Mon Sep 17 00:00:00 2001 From: Tau Date: Sat, 22 May 2021 12:17:46 -0400 Subject: [PATCH] Suppress vscode auto-format for the time being Eventually we would like to set up clang-format rules and enforce them from CI. --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7c2feb7 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "editor.formatOnSave": false +}