From 152f1b045c3e7b26db27fc66cfb1cf3e7aee62ff Mon Sep 17 00:00:00 2001 From: Florent Gluck <florent.gluck@hesge.ch> Date: Thu, 5 Nov 2020 10:10:23 +0100 Subject: [PATCH] Typo --- vscodium/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vscodium/README.md b/vscodium/README.md index ccbc688..b104726 100644 --- a/vscodium/README.md +++ b/vscodium/README.md @@ -1,6 +1,6 @@ # VSCodium -## How to add C code formatter? +## How to add a C/C++ code formatter? Install the `clang-format` tool. @@ -21,4 +21,4 @@ The extension is now installed and selected C code can be formatted using the "c ## How to preview a markdown (`.md`) file? -Press "ctrl+alt+v" \ No newline at end of file +Press "ctrl+alt+v" -- GitLab