You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Coding guidelines: Tabs should only be used at the beginning of a line to signify lexical structure, with exactly a single tab character per block nesting level. Spaces should only be used for vertical alignment of lines within the same block nesting level.
hard_tabs = true
# Coding guidelines: Therefore we aim to limit the length of a line to 100 characters not including indentation.