Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 450 Bytes

NoTabs.md

File metadata and controls

11 lines (6 loc) · 450 Bytes

Pattern: Use of tab character

Issue: -

Description

According to Google's Kotlin style guide the only whitespace chars that are allowed in a source file are the line terminator sequence and the ASCII horizontal space character (0x20). Strings containing tabs are allowed.

Further Reading