Revision 446d23c3e70527f4d241cbf190924f47fac44828 authored by Tymofiy Gerasimov on 29 August 2023, 09:23:10 UTC, committed by Dmitri Naumov on 31 August 2023, 08:13:49 UTC
Documentation of the volumetric expansion due to water-to-ice
phase change test.
1 parent 8720280
Raw File
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        Cpp11
TabWidth:        4
UseTab:          Never
back to top