Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clang-format

clang-format how to ignore extern C?

clang-format

clang-format -style=file not working in Ubuntu 18.04

Clang-format : default "Indent Width" is not 4

indentation clang-format

Can I use a different .clang_format for some files in the same project?

clang-format excessively indents concepts

c++ clang-format

There are always line breaks after an enum declaration

c++ enums clang-format

How to customize Clang Format using Neovim

clang-format AlignAfterOpenBracket list params

c++ clang clang-format

Is there a way to align commas in initializer list using clang format?

clang-format

Adding space after // in clang format

c++ clang clang-format

FixNamespaceComment not working as expected in .clang-format

c++ clang-format

How to prevent clang-format to modify the CMake substitution strings?

cmake clang-format

latest clang-format on centos

Changing the location of the line continuations ('\") used in macros with clang-format

c++ clang-format

How to set comment's line length in clang-format?

c++ clang-format

Clang-Format: how to get one-line case statements in a switch statement

c++ clang-format

Configuring clang-format for isocpp's core guidelines

c++ clang-format

clang-format and references: can I get a "true" left alignment?

c++ clang-format

Remove line break after single-statement if with clang-format

c++ clang-format

Clang-format 10.0 vs. 5.0 const member fuction is formated differently