avante.nvim/.editorconfig
2024-08-15 01:45:38 +08:00

17 lines
235 B
INI

; 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