html - phpstorm french characters formating issue -
i'm using phpstorm 6.
when try format code contains french characters, got issue see on pictures.
nb : got when put text tag :
<span>génie informatique</span>
so before formatting :
and after formatting got this
thanks
what kind of file -- html?
in case: have light green background between tags. suggests have another language injected between tags (language injection functionality), may use different formatting rules (not html -- e.g. javascript or whatever may have injected there).
possible solution: place cursor somewhere between such tags, alt+enter (or click on light bulb icon) , use "uninject language" option.
alternatively: settings | language injections
-- find , disable (or delete) offending entry there (will "global" or "project" type in last column).
Comments
Post a Comment