SublimeClangFormat icon indicating copy to clipboard operation
SublimeClangFormat copied to clipboard

A C++ code formatter based on Clang Format, for beautiful code with minimal effort in Sublime Text 3

Results 31 SublimeClangFormat issues
Sort by recently updated
recently updated
newest added

In Sublime, I've enabled format on save, but the clang-format only applies on the current line the cursor is on, is it possible to clang format the whole file?

Hi There! I like this plugin but when clang-format is executed, the code scrolls horizontally (to the right) a bit. So if I use the format on save option, then...

I have the same style configuration written on a `.clang-format` file and the `clang_format_custom.sublime_settings` file (modulo whatever syntactic changes are necessary). The particular line of interest is the following. ```...

Great Package! The clang-format has several styles to have, but I would like to use my own prefered style, I noticed there is “Custom” in the “Select Style” option, but...

Please add a fallback-style setting to the user settings, that will add the fallback-style parameter from clang-format. I don't want any formatting when not style file is provided. Thanks in...

This change fixes the issue described in #66

![sublime4-bug](https://user-images.githubusercontent.com/712560/120896996-c15eac80-c62c-11eb-9dec-628e35cb441e.gif) When I press CTRL+S to format the document, the entire text buffer shifts to the left. The shifting also happened on the previous version, but then it was just...

I need to pass `IncludeBlocks: Preserve` into `clang-format` and I don't know how to do it. The config file in the root of my project directory is just ignored. `clang-format`...

Created a new shortcut to run the clang formatter on the whole file in one go. It's just a little more efficient then the menus.

Hi! Something about the update to solve #49 has broken my ability to format. My clang_format_custom.sublime-settings (Clang format default) reflects the update, but when I go to actually format I...