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
Post a Comment