nvim/pack/acp/start/nvim-lspconfig/.editorconfig

14 lines
208 B
INI
Raw Normal View History

2024-04-06 13:39:53 +00:00
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