neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit e86901eb6859cb262109be37b890763775a7f934
parent e9803e1de6497ee21f77f45cf2670c2fe4e8ab22
Author: kylo252 <59826753+kylo252@users.noreply.github.com>
Date:   Mon, 30 May 2022 17:49:11 +0200

docs(clang-format): one space in directives indent (#18800)

PPIndentWidth
The number of columns to use for indentation of preprocessor statements.
When set to -1 (default) IndentWidth is used also for preprocessor statements.
Diffstat:
M.clang-format | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.clang-format b/.clang-format @@ -48,6 +48,7 @@ IncludeCategories: AlignConsecutiveMacros: AcrossEmptyLines IndentPPDirectives: AfterHash SpaceBeforeParens: ControlStatementsExceptControlMacros +PPIndentWidth: 1 ForEachMacros: - FOR_ALL_AUEVENTS - FOR_ALL_AUPATS_IN_EVENT