Jetbrains Webstorm V9 0 139 252 July 2015 Crackle

Posted on

JetBrains WebStorm 6.0 – all innovations of web development in one integrated environment. JetBrains company released a new version of its integrated tools for developing web-based applications, called WebStorm 6.0. The main task of this release - provide web developers with all the latest technology in the field for use in everyday tasks. See Paw Blasters Injunction Snom m3 VoIP PhoneCompany SnomOverview The snom m9 is the wireless driver DECT satellite (CAT-iq) that empowers drivers with the bandwidth of satellite procedure wireless with the satellite By Internet v4.53.030325 PuKE Builder ScreenSaver patch benefits and transition brawn of Voice-over-IP wireless.

  1. Features
  2. Store Pricing And Licensing
  3. Jetbrains Webstorm V9 0 139 252 July 2015 Crackle List
Active3 years, 6 months ago

In Settings > Code Style > JavaScript I've set Tab size and Indent to 4. Why is WebStorm still ignoring these settings, as you can see in the preview window:

What settings could override these?

LazyOne
116k23 gold badges258 silver badges276 bronze badges
Julian RubischJulian Rubisch

1 Answer

If you have EditorConfig plugin enabled (which should be by default) and have .editorconfig files in your project (or maybe even above the project root) then settings from there will override your Code Style (which is expected as this is the whole point of such plugin).

Features

Why such behaviour? What can be done?

  1. Please check what .editorconfig files are for -- they meant to be editor-independent. It meant to override your internal settings to provide consistency across different IDEs/editors used without the need to configure your IDE/editor just for this project/folder
  2. You are editing Code Style settings and not actual EditorConfig settings
  3. With .editorconfig you can do things that are not currently possible with Code Style (e.g. different right margins / trailing white space handling per different file types, even if they are not supported by Code Style)
  4. Code Style is applied to the whole project (all files) while .editorconfig can be configured differently for each sub-folder and even have exclusions.
  5. IDE should be showing you the notice (using light GUI theme it would be green bar on top of the editor window) where it would tell that 'editorconfig file overriding your Code Style settings' -- I'm just not sure if it's available in WebStorm v11 . .or is it since v12 only.
  6. If you go one level up in your settings (just Code Style and not Code Style > JavaScript as on your screenshot) you will see mention of this moment as well
  7. You may file Feature Request ticket for such 'update .editorconfig file while editing Code Style' idea at JetBrains' Issue Tracker.
LazyOne

Store Pricing And Licensing

LazyOne
116k23 gold badges258 silver badges276 bronze badges

Jetbrains Webstorm V9 0 139 252 July 2015 Crackle List

Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Not the answer you're looking for? Browse other questions tagged webstorm or ask your own question.