Skip to content
Snippets Groups Projects
Commit ae729334 authored by Florent Gluck's avatar Florent Gluck
Browse files

Initial commit, added config doc for VSCodium

parents
No related branches found
No related tags found
No related merge requests found
# VSCodium
## How to add C code formatter?
Install the `clang-format` tool.
On Ubuntu:
```
sudo apt-get install clang-format
```
Download the `Clang-format` VSCode extension here (`.vsix`): [https://marketplace.visualstudio.com/items?itemName=xaver.clang-format](https://marketplace.visualstudio.com/items?itemName=xaver.clang-format).
In VSCodium:
1. Click on the "Extensions" icon in the left panel
1. Click on the "..." at the top right of the extension tab
1. Select "Install from VSIX..." and select the `.vsix` file downloaded above
The extension is now installed and selected C code can be formatted using the "ctrl+shift+i" key combination!
## How to preview a markdown (`.md`) file?
Press "ctrl+alt+v"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment