FormatCodeSettings that are currently supported in the library.
Whether to insert a space after opening and before closing non-empty braces.
ex. import { Item } from "./Item"; or import {Item} from "./Item";
import { Item } from "./Item";
import {Item} from "./Item";
Defaults to true.
FormatCodeSettings that are currently supported in the library.