1
0
mirror of https://github.com/amix/vimrc synced 2025-07-13 14:55:01 +08:00

Update coc.nvim.

This commit is contained in:
Kurtis Moxley
2022-07-20 13:20:15 +08:00
parent a15d617ae4
commit 225f27e9d6
375 changed files with 93651 additions and 505 deletions

View File

@ -0,0 +1,22 @@
root = true
[*]
end_of_line = lf
charset = utf-8
[*.{js,ts}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
max_line_length = 120
[*.json]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.vim]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
max_line_length = 120