mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
tools: add .clang-format
Configuration for clang-format and related utilities. Examples: clang-format -style=file <file> git clang-format -style=file <commit> git diff -U0 HEAD^ | clang-format-diff.py -i -p1 -style=file
This commit is contained in:
@@ -177,6 +177,7 @@ static char *(features[]) = {
|
||||
NULL
|
||||
};
|
||||
|
||||
// clang-format off
|
||||
static int included_patches[] = {
|
||||
//591 NA
|
||||
//590,
|
||||
@@ -771,6 +772,7 @@ static int included_patches[] = {
|
||||
1,
|
||||
0
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
/// Place to put a short description when adding a feature with a patch.
|
||||
/// Keep it short, e.g.,: "relative numbers", "persistent undo".
|
||||
|
Reference in New Issue
Block a user