Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 99718

Editing Prettier options in Vscode

$
0
0

I need to enable .tpl files to be formatted like HTML by Prettier. I've found on GitHub this block of code who should do it :

 overrides: [
 {
   files: '*.html.tpl',
   options: { parser: 'html' },
 },
],

How should I implement it?


Viewing all articles
Browse latest Browse all 99718

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>