mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
refactor(uncrustify): format all c code under /src/nvim/
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
// sign.c: functions for managing with signs
|
||||
//
|
||||
|
||||
#include "nvim/sign.h"
|
||||
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/buffer.h"
|
||||
#include "nvim/charset.h"
|
||||
@@ -18,6 +16,7 @@
|
||||
#include "nvim/move.h"
|
||||
#include "nvim/option.h"
|
||||
#include "nvim/screen.h"
|
||||
#include "nvim/sign.h"
|
||||
#include "nvim/syntax.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/window.h"
|
||||
|
Reference in New Issue
Block a user