diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2019-04-03 08:56:30 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2019-04-03 08:56:30 +0000 |
commit | acab05feeeb591b0c3fd265be80e0a01c57f15d8 (patch) | |
tree | 55444a6f39f9ded9f41ab602507dcef697d13929 /clang | |
parent | 5bfa946d69405612ec85b620dd85b02ed92d0f19 (diff) | |
download | bcm5719-llvm-acab05feeeb591b0c3fd265be80e0a01c57f15d8.tar.gz bcm5719-llvm-acab05feeeb591b0c3fd265be80e0a01c57f15d8.zip |
Adding 'CLion integration' to clang-format doc
Summary:
This commit adds a chapter 'CLion integration' to ClangFormat.rst.
The official announcement of clang-format support in CLion 2019.1: https://blog.jetbrains.com/clion/2019/03/clion-2019-1-embedded-dev-clangformat-memory-view/
Patch by Marina Kalashina
Reviewers: djasper, sylvestre.ledru, krasimir
Reviewed By: sylvestre.ledru
Subscribers: jdoerfert, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D60115
llvm-svn: 357566
Diffstat (limited to 'clang')
-rw-r--r-- | clang/docs/ClangFormat.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst index 4a448c07af5..c1347f3070b 100644 --- a/clang/docs/ClangFormat.rst +++ b/clang/docs/ClangFormat.rst @@ -165,6 +165,19 @@ menu item by renaming the script, and can assign the menu item a keyboard shortcut in the BBEdit preferences, under Menus & Shortcuts. +CLion Integration +================== + +:program:`clang-format` is integrated into `CLion <https://www.jetbrains +.com/clion/>`_ as an alternative code formatter. It is disabled by default and +can be turned on in Settings/Preferences | Editor | Code Style. + +If :program:`clang-format` support is enabled, CLion detects config files when +opening a project and suggests overriding the current IDE settings. Code style +rules from the ``.clang-format`` files are then applied automatically to all +editor actions, including auto-completion, code generation, and refactorings. + + Visual Studio Integration ========================= |