1
0
mirror of https://github.com/amix/vimrc synced 2025-07-12 06:05:01 +08:00

Update Coc.nvim

This commit is contained in:
Kurtis Moxley
2022-07-05 14:25:26 +08:00
parent 9c0283f83b
commit 45613661bc
376 changed files with 93665 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