mirror of
https://github.com/neovim/neovim
synced 2025-07-15 08:41:47 +00:00
22 lines
311 B
INI
22 lines
311 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
tab_width = 8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{c,h,in,lua}]
|
|
max_line_length = 100
|
|
|
|
[src/nvim/{eval,vvars}.lua]
|
|
max_line_length = 68
|
|
|
|
[*.py]
|
|
indent_size = 4
|
|
|
|
[{Makefile,**/Makefile,*.mk,runtime/doc/*.txt}]
|
|
indent_style = tab
|
|
indent_size = 8
|