Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clang-format

Formatting CMakeLists.txt with Clang-Format

Prepare vim environment to work with clang-format

c++ macos vim clang clang-format

Setting IndentWidth doesn't work in clang-format

c++ clang-format

Clang Format Issue with multiline function declaration parameters

c++ clang-format

Git 'pre-receive' hook and 'git-clang-format' script to reliably reject pushes that violate code style conventions

Using clang-format - keep empty braces on the same line

c++ clang-format

How to maintain a .clang-format file for different clang-format versions?

How to format objective-c block with clang-format?

How to wrap struct initializer in clang-format?

c clang-format

How to control clang-format indentation of chained method calls?

clang-format: always break all parameters, one per line

c++ formatting clang-format

How to force east const in clang format?

c++ clang-format

clang-format: disable formatting for macros?

c++ clang-format

clang-format: Stop breaking long methods up

objective-c clang-format

BracketAlignmentStyle: Break before closing parenthesis

c++ clang-format

How to ignore files or directories with clang-format 3.9

How can I tell clang-format to indent visibility modifiers?

c++ c++11 clang clang-format

How to prevent clang-format from adding a single semicolon to a new line?