lmcarreiro / smart-column-indenter

A smart source code indenter that indent the code into columns
MIT License
18 stars 4 forks source link

Type script import error #8

Closed trueflywood closed 4 years ago

trueflywood commented 4 years ago

code:

import { Component, OnInit } from '@angular/core';
import { DataServiceService } from 'src/app/services/data-service.service';
import { Router } from '@angular/router';
import { Subscription } from 'rxjs';
import { faChevronLeft } from '@fortawesome/free-solid-svg-icons';

before:

image

after:

image

lmcarreiro commented 4 years ago

It only works with monospaced (fixed-width) fonts.