## General
## -------------------------------------------------------------------------------------------------
# The type of line endings
newlines = auto # auto/lf/crlf/cr
# - 80 limit is completely deprecated
# - 100 is the new soft limit
# - 120 is hard limit
code_width = 120
# empty_lines_max = nl_max - 1
nl_max = 2
## Tabs
## -------------------------------------------------------------------------------------------------
## Always use 4 spaces
input_tab_size = 4
output_tab_size = 4
indent_with_tabs = 0
# The number of columns to indent per level.
# Usually 2, 3, 4, or 8.
indent_columns = 2