You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using vi or vim editor edit .vimrc in your home folder to look like:
syntax on
filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab
other editors set the tab to be four spaces instead of a tab
everything else that you want that is not assigned to the others
The reason for Vid to do more linting is that he will be working on a rewrite of trsp and linting code will give him a chance of looking at "what no to do"
Learning the basics of linting code
Please add the task to your issues in your fork
depart from develop: (I am assuming that you already updated your fork)
do the linting
and make a pull request to main repo's develop
The text was updated successfully, but these errors were encountered: