| 96 | } |
| 97 | |
| 98 | QString FormatPlugin::userConfigPath() const |
| 99 | { |
| 100 | return QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation).append(QStringLiteral("/formatting/settings.json")); |
| 101 | } |
| 102 | |
| 103 | QJsonObject FormatPlugin::formatterConfig() const |
| 104 | { |