Issue 143861
Summary [clang-format] Add an option to have no space at all in PointerAlignment
Labels clang-format
Assignees
Reporter a-denis
    
Hi,

In my coding style, I do not use spaces at all around pointer, e.g.:

 int*a = 42;

Would it be possible to add a `nospace` option to `PointerAlignment`?

Thanks.

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to