diff --git a/Code-formatting.md b/Code-formatting.md index e7faf48..62fea77 100644 --- a/Code-formatting.md +++ b/Code-formatting.md @@ -27,4 +27,5 @@ find firmware/application -iname '*.h' -o -iname '*.hpp' -o -iname '*.cpp' -o -i ## 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. If you have clang-tidy or so enabled, you need to disable them. \ No newline at end of file +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. If you have clang-tidy or so enabled, you need to disable them. +Note: KDE default keymap is Alt + Shift + L \ No newline at end of file