Skip to content Skip to sidebar Skip to footer

Update Current Indentation Spaces Size In Webstorm 2016

I need to switch from a 2 spaces indentation style to a 4 spaces one within an automatically created Ionic project. I'm running WebStorm 2016.1 on Mac OS X. I already tried to cha

Solution 1:

Do you have .editorconfig file in your project? Settings from there will overwrite your Code Style settings (and that is expected behaviour -- that's the whole nature/purpose of EditorConfig plugin).


P.S. IDE should notify you about such behaviour (does for me). For example:

enter image description here

enter image description here

Post a Comment for "Update Current Indentation Spaces Size In Webstorm 2016"