diff options
author | dmasloff <74042473+dmasloff@users.noreply.github.com> | 2025-01-03 08:52:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 21:52:01 -0800 |
commit | 1c997feff16860ab6b21c5c03dc7ca65f300967f (patch) | |
tree | 1b5f02fc7672e2812003013c3a34906bb1510b64 /clang/lib/Frontend/TestModuleFileExtension.cpp | |
parent | b6c06d1a8d9b359e7319312a2a7654f0e7c6690c (diff) | |
download | llvm-1c997feff16860ab6b21c5c03dc7ca65f300967f.zip llvm-1c997feff16860ab6b21c5c03dc7ca65f300967f.tar.gz llvm-1c997feff16860ab6b21c5c03dc7ca65f300967f.tar.bz2 |
[clang-format] Add option WrapNamespaceBodyWithNewlines (#106145)
It wraps the body of namespace with additional newlines, turning this code:
```
namespace N {
int function();
}
```
into the following:
```
namespace N {
int function();
}
```
---------
Co-authored-by: Owen Pan <owenpiano@gmail.com>
Diffstat (limited to 'clang/lib/Frontend/TestModuleFileExtension.cpp')
0 files changed, 0 insertions, 0 deletions