Is it possible in Gvim to set tablength according to the name extension of the file which is being edited ?
set tabstop=8 // For *.cpp
set tabstop=3 // For *.svh
set tabstop=8 // For *.pl
Is it possible in Gvim to set tablength according to the name extension of the file which is being edited ?
set tabstop=8 // For *.cpp
set tabstop=3 // For *.svh
set tabstop=8 // For *.pl
Copyright © 2021 Jogjafile Inc.
Add the following to your vimrc:
Habi