-
-
Notifications
You must be signed in to change notification settings - Fork 683
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'vim/master'
- Loading branch information
Showing
209 changed files
with
8,565 additions
and
2,397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# https://spec.editorconfig.org/#supported-pairs | ||
root = true | ||
|
||
[*] | ||
indent_style = tab | ||
tab_width = 8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.{c,h,proto}] | ||
indent_size = 4 | ||
|
||
[*.{md,yml,sh,bat}] | ||
# This will become the default after we migrate the codebase | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[*.md] | ||
# Markdown uses trailing whitespaces to do an hard line break | ||
# https://spec.commonmark.org/0.31.2/#hard-line-breaks | ||
trim_trailing_whitespace = false | ||
|
||
[runtime/doc/**.txt] | ||
# It can mess up some documentation by trying to strip trailing whitespaces | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# When making commits that are strictly formatting/style changes, add the | ||
# commit hash here, so git blame can ignore the change. See docs for more details: | ||
# | ||
# https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile | ||
# | ||
# Run this command to always ignore formatting commits in git blame | ||
# git config blame.ignoreRevsFile .git-blame-ignore-revs | ||
|
||
# Patch v9.1.0829 expanded tabs to spaces in sound.c | ||
8ce738de3fd7192fa6274730594305cde780074c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.