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
2 parents d0bf9bb + f251141 commit b24aa9cCopy full SHA for b24aa9c
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