1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00
inav/.vimrc
Marcelo Bezerra bdad86c94a Tab settings for vim
Tab and curly bracket settings for vscode

I am not an emacs user, so I will let @stronnag add his .emacs file

Should help address #9173
2023-08-06 21:40:31 +02:00

9 lines
75 B
VimL

filetype on
filetype indent on
set expandtab
set bs=2
set sw=4
set ts=4