Update current indentation spaces size in WebStorm 2016

前端 未结 1 690
生来不讨喜
生来不讨喜 2021-01-12 23:03

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.

<
1条回答
  •  星月不相逢
    2021-01-12 23:24

    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:

    0 讨论(0)
提交回复
热议问题