Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clang-format

How can i configure clang format without .clang-format file in every workspace?

How to tell clang-format to keep whitespace between binary operators as they are

c++ clang-format

clang-format add {} around statement after if() while() for()

clang-format

Clang Format is removing all the indent spaces on my empty lines

xcode clang-format

How to configure Clang Format for Allman style for iOS coding?

How can I tell clang-format to follow this convention?

c++ clang-format

How to prevent clang-format to add space after comment char?

c++ clang-format

clang-format for Eigen matrix initialization

c++ eigen clang-format

clang format: disable ordering includes

c++ include clang-format

Xcode 8 extension executing NSTask

How to make clang-format respect "table-like" code formatting

c++ clang-format

clang-format BinPackArguments not working as expected

clang clang-format

Force clang-format to respect doxygen block comments

clang-format

Is there a way to configure clang-format to keep nested namespace declarations on the same line?

c++ clang-format

Is there a way to enforce using "this->" for class members/methods in clang-format/clang-tidy?

c++ clang-format clang-tidy

Run git-clang-format on series of git commits

How to allow clang-format to format empty classes/structs on one line?

c++ formatting clang-format