mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 12:38:33 +00:00
refactor(uncrustify): format all c code under /src/nvim/
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
// autocmd.c: Autocommand related functions
|
||||
#include <signal.h>
|
||||
|
||||
#include "lauxlib.h"
|
||||
#include "nvim/api/private/helpers.h"
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/autocmd.h"
|
||||
@@ -28,8 +29,6 @@
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/window.h"
|
||||
|
||||
#include "lauxlib.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "auevents_name_map.generated.h"
|
||||
# include "autocmd.c.generated.h"
|
||||
|
Reference in New Issue
Block a user