Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Leave short lambda used as a middle argument for a function intact using clang-format

c++ lambda clang-format

how to use clang-tidy modernize with visual studio

clang-format breaks lint annotations

c++ lint clang-format

Put break before colon and after comma in constructor

clang-format for boost program options