mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
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
9 lines
75 B
VimL
9 lines
75 B
VimL
filetype on
|
|
filetype indent on
|
|
|
|
set expandtab
|
|
set bs=2
|
|
set sw=4
|
|
set ts=4
|
|
|
|
|