How to configure editorconfig so that there are white spaces on both sides of {} when I format the code

87 views Asked by At

How to configure editorconfig so that there are white spaces on both sides of {} when I format the code, eg:

import {match, NavLink}

from 'react-router-dom' became

import {   match, NavLink   }
0

There are 0 answers