Variable PrettifyTypeConst

PrettifyType: {
    NONE: "";
    WITH_2_BLANKS: " ";
    WITH_4_BLANKS: " ";
    WITH_TAB: "\t";
} = ...

Use blanks to prettify

Type declaration

  • Readonly NONE: ""
  • Readonly WITH_2_BLANKS: " "
  • Readonly WITH_4_BLANKS: " "
  • Readonly WITH_TAB: "\t"

Generated using TypeDoc