Skip to content

big chunks of whitespace #136

@lukepighetti

Description

@lukepighetti

Given

export interface Project extends Timestamped {
  title: string;
  avatar: string;
  tags: { [key: string]: boolean };
  www: string;
}

export interface User extends Timestamped {
  name: string;
  avatar: string;
  premium: boolean;
  bio: string;
}

export interface Message extends Timestamped {
  uid: string;
  m: string;
}

export interface Timestamped {
  tc: number;
  tm: number;
}

tsfmt produces

export interface Project extends Timestamped {
    title: string;
    avatar: string;
    tags: { [key: string]: boolean };
    www: string;
}

export interface User extends Timestamped {
    name: string;
    avatar: string;
    premium: boolean;
    bio: string;
}

export interface Message extends Timestamped {
    uid: string;
    m: string;
}





export interface Timestamped {
    tc: number;
    tm: number;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions