editorconfig / editorconfig-visualstudio

EditorConfig Visual Studio Addin
http://editorconfig.org
Other
352 stars 74 forks source link

Vue templates #69

Open johnwc opened 6 months ago

johnwc commented 6 months ago

How do you create a file extension filter for sub types in a vue template?

Ex: In a vue template, there is the actual html template area, a script area, and a style area. Our normal styling rules are for js/ts content to be space indented at 2, and css/less/sass to be space indented at 4. But we cannot tell how to create the filter in the editorconfig to apply them to each as they are supposed to be, only to the entire file.