mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
feat [skip ci]: update single_include
This commit is contained in:
@@ -16494,11 +16494,16 @@ class serializer
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if(this->force_inline_ && f == array_format::array_of_tables)
|
||||
{
|
||||
f = array_format::multiline;
|
||||
}
|
||||
if(a.empty() && f == array_format::array_of_tables)
|
||||
{
|
||||
f = array_format::oneline;
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
if(f == array_format::array_of_tables)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user