我希望代码看起来像这样:
h1,h2,h3,h4,h5 { font-weight: 400 !important; }
但是 Prettier - Code Formatter 将每个选择器分成单独的行:
h1, h2, h3, h4, h5 { font-weight: 400 !important; }
CSS 选择器被分成多行
我认为它不允许你这样做。 Prettier 是有主见的,我相信它的所有可配置选项都记录在here。