mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
0c42e0e8b1
Vim patches may include tabs in Vimscript test files. editorconfig uses "indent_size" for tabs if "tab_width" is unset so the user sees 2-width tabs.
14 lines
208 B
INI
14 lines
208 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
tab_width = 8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
|
|
[{Makefile,**/Makefile,runtime/doc/*.txt}]
|
|
indent_style = tab
|
|
indent_size = 8
|