This is my config to use 4 spaces instead tab
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set expandtab
To convert existing file from tabs to spaces, use this command
:%retab
This is my config to use 4 spaces instead tab
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set expandtab
To convert existing file from tabs to spaces, use this command
:%retab
#TIL : Using mark to bookmark checkpoints in files
#TIL : Using mark to bookmark checkpoints in files
I learned on 2018-01-30 about editor, vim
Weighted Round Robin : Scheduling Algorithm
#TIL : Becareful on using port mapping of Docker in Development
#TIL : Becareful on using port mapping of Docker in Development
I learned on 2022-03-17 about docker, security
#TIL : Using extra hosts to add custom ip of hostnames to Docker container
#TIL : Using extra hosts to add custom ip of hostnames to Docker container
I learned on 2022-03-16 about docker, networking
#TIL : Laravel run scheduled command within parent environment
#TIL : Laravel run scheduled command within parent environment
I learned on 2022-03-15 about cronjob, laravel, php