Monday 13 February 2017

Sublime 2 Tab space


cd ~/.config/sublime-text-3/Packages/

sudo chown development:development User -R

Here development is the username of system like root, deploy

sudo nano ~/.config/sublime-text-3/Packages/User/Preferences.sublime-settings

add below

{
    "tab_size": 2
}

No comments:

Post a Comment

Revert last commit or second last and more....

 Git revert commit_id -m 1 this command willl revert last commit  Git revert commit_id -m 2 this command will revert second commit with same...