| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
PPIndentWidth
The number of columns to use for indentation of preprocessor statements.
When set to -1 (default) IndentWidth is used also for preprocessor statements.
|
|
|
| |
related vim-8.2.{4402,4639}
|
|
|
|
| |
Remove unused includes in src/nvim/buffer.c|h using the IWYU library.
Yet another step towards #6371 and #549
|
| |
|
|
|
|
|
|
| |
Some additional tweaks to make clang-format more compatible with
`clint.py` rules.
This is especially useful for range-formatting with `clangd`.
|
| |
|
|
Move to top level so that
clang-format -style=file
can find it regardless of current directory.
|