editorconfig-visualstudio icon indicating copy to clipboard operation
editorconfig-visualstudio copied to clipboard

Vue templates

Open johnwc opened this issue 2 years ago • 0 comments

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.

johnwc avatar Jan 14 '24 17:01 johnwc