mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 18:15:34 +00:00
Updated Code formatting (markdown)
parent
9d8e10dcb5
commit
d063b78522
@ -3,6 +3,9 @@ For this we are using clang format version 13. All the config for this is in the
|
||||
## VS Code
|
||||
Make sure you have C/C++ extension by Microsoft installed and it should automatically pick up your .clang-format file. If not, you can go to the extension settings and specify the location under the `Clang_format_style` setting
|
||||
|
||||
## CLion
|
||||
CLion has built in clang-format, just press Ctrl + Shift + L (Windows and Linux) to format the code with ``.clang-format`` configure file within project directory.
|
||||
|
||||
## CLI
|
||||
To format using CLI, make sure you have clang-format-13 installed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user