16 lines
240 B
YAML
16 lines
240 B
YAML
# Tabs
|
|
UseTab: ForContinuationAndIndentation #ForIndentation
|
|
# Sized
|
|
TabWidth: 8
|
|
IndentWidth: 8
|
|
ContinuationIndentWidth: 8
|
|
|
|
# Column Limit
|
|
ColumnLimit: 80
|
|
|
|
# Functions
|
|
AllowAllArgumentsOnNextLine: false
|
|
|
|
# Allman
|
|
BreakBeforeBraces: Allman
|