WebStorm 2016.2.0 is adding two space-bars instead of a tab character -


currently when edit file in webstorm 2016.2.0 , press tab, webstrom adding 2 space bars. there should setting somewhere in editor this. want have tab character instead default 2 space-bars, question how ?

you can change option each of supported languages at:

settings > editor > code style > [choose language] > tabs , indents > use tab character

or can add .editorconfig file in root of project set preferences globally. you'll need write in indent_style = tab


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -