“VIM Set Set Tamanho da guia” Respostas de código

Tamanho da guia de mudança de vim

set tabstop=4
Precious Pheasant

VIM Set Set Tamanho da guia

:set tabstop=2 shiftwidth=2 expandtab
:retab

# tabstop		-> Indentation width in spaces
# shiftwidth	-> Autoindentation width in spaces
# expandtab		-> Use actual spaces instead of tabs
# retab			-> Convert existing tabs to spaces
garzj

Definir comprimento da guia Vim

set shiftwidth=0
set tabstop=4
Graceful Goose

Respostas semelhantes a “VIM Set Set Tamanho da guia”

Perguntas semelhantes a “VIM Set Set Tamanho da guia”

Mais respostas relacionadas para “VIM Set Set Tamanho da guia” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código