avante.nvim/.editorconfig

17 lines
235 B
INI
Raw Permalink Normal View History

2024-08-12 23:53:28 +08:00
; https://editorconfig.org/
root = true
[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
tab_width = 8
[{Makefile,**/Makefile}]
indent_style = tab
indent_size = 8