javascript - WebStorm auto-indent inconsistent with indentation settings -
i want auto-indent entire javascript file in webstorm, , in settings have following:
the problem when use menu code -> auto-indent lines or code -> reformat code indentation level remains @ 2.
is there setting somewhere missing? don't want inconsistent coding standards put in place.
the problem .editorconfig file located in root of project directory. although can't recall receiving warning, settings in file overwrote webstorm settings, , changing them desired indentations resulted in desired result.

Comments
Post a Comment