Updated settings.xml, changed code formatting for default values

This commit is contained in:
Marcin Grzejszczak
2020-11-16 14:24:27 +01:00
2 changed files with 28 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ public class Main {
}
public String toString() {
return "|" + name + " | " + defaultValue + " | " + description;
return "|" + name + " | `" + defaultValue + "` | " + description;
}
}