https://github.com/projectchrono/chrono
Revision eaf2111cca427770ab9523c7a96254b5b2ff8023 authored by Thomas Liang on 27 March 2024, 00:51:58 UTC, committed by Thomas Liang on 27 March 2024, 00:51:58 UTC
1 parent d5e147b
Raw File
Tip revision: eaf2111cca427770ab9523c7a96254b5b2ff8023 authored by Thomas Liang on 27 March 2024, 00:51:58 UTC
Fixed bugs in buildVDB
Tip revision: eaf2111
.clang-format
BasedOnStyle: Chromium

# Longer lines
ColumnLimit: 120

# Increase indentation
IndentWidth: 4
IndentPPDirectives: BeforeHash
TabWidth: 4
AccessModifierOffset: -2
SortUsingDeclarations: false
SortIncludes: false
back to top