Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 177 Bytes

trim-file.md

File metadata and controls

17 lines (10 loc) · 177 Bytes

trim-file

Don't include blank lines at the beginning or end of a file.

Bad:

export function f(): number;

Good:

export function f(): number;