Issue 154546
Summary [clang-format] regional style options
Labels clang-format
Assignees
Reporter yshui
    We already have a way to control clang-format from within the code itself:

```
// clang-format off
// clang-format on
```

Which disable all formatting. This is a very big hammer, sometimes I just want to disable certain formatting options, or just change how something is formatted for a chunk of code.

I think it would be nice if we can specify clang-format style options in code annotations.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to