mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
This commit is contained in:
@@ -660,7 +660,6 @@ void foldCreate(win_T *wp, pos_T start, pos_T end)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// deleteFold() {{{2
|
||||
/// @param start delete all folds from start to end when not 0
|
||||
/// @param end delete all folds from start to end when not 0
|
||||
|
Reference in New Issue
Block a user