We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prettyIndent
indentLevel
1 parent d0bf9bb commit f251141Copy full SHA for f251141
src/util/settings.cpp
@@ -112,7 +112,7 @@ bool WriteSettings(const fs::path& path,
112
errors.emplace_back(strprintf("Error: Unable to open settings file %s for writing", fs::PathToString(path)));
113
return false;
114
}
115
- file << out.write(/* prettyIndent= */ 1, /* indentLevel= */ 4) << std::endl;
+ file << out.write(/* prettyIndent= */ 4, /* indentLevel= */ 1) << std::endl;
116
file.close();
117
return true;
118
0 commit comments