Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clang-format

Pre-commit complains that "Stashed changes conflicted with hook auto-fixes" despite manually formatting files?

How to position asterisk near to variable name when declaring pointers in C in vscode auto formatting?

How make clang-format indent using tabs instead of spaces?

clang-format

aligning function declarations in clang-format

c++ c clang-format

How to make clang-format indent extern C blocks in C++?

c++ clang 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