Skip to content

Ensure that Swift source files terminate with exactly one newline character #122

@alykhank

Description

@alykhank

Swift source files should terminate with exactly 1 \n character, not 0 nor more than 1.
Preferred

let myConstant = 42¬

Not Preferred

let myConstant = 42
let myConstant = 42¬
¬
¬

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions