#  I/O control
--backup-and-modify-in-place

# Basic Options
--maximum-line-length=120
--indent-columns=4

# Code Indentation Control
--starting-indentation-level=0
--closing-token-indentation=1

# Line Break Control
--cuddled-else

# Whitespace Control
--paren-tightness=2
--square-bracket-tightness=2
--brace-tightness=2
--block-brace-tightness=2
--nospace-for-semicolon
--delete-old-whitespace
--trim-qw

# Tabs
--iterations=2

# Comment Controls
--indent-block-comments
--nooutdent-long-comments

# Blank Line Control
--noblanks-before-comments
