2016-12-01 21:46:42 +01:00
|
|
|
---
|
|
|
|
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 4
|
|
|
|
---
|
|
|
|
Language: Cpp
|
|
|
|
TabWidth: 4
|
|
|
|
ContinuationIndentWidth: 2
|
|
|
|
UseTab: ForIndentation
|
|
|
|
ColumnLimit: 100
|
|
|
|
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
NamespaceIndentation: All
|
|
|
|
IndentCaseLabels: true
|
|
|
|
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
PointerAlignment: Right
|
|
|
|
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
2019-07-13 23:40:42 +09:00
|
|
|
---
|
|
|
|
# The style for AngelScript source files
|
|
|
|
Language: Java
|
|
|
|
UseTab: Never
|
|
|
|
ColumnLimit: 100
|
|
|
|
|
|
|
|
NamespaceIndentation: All
|
|
|
|
IndentCaseLabels: true
|
|
|
|
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|