Updated settings.xml, changed code formatting for default values
This commit is contained in:
@@ -143,7 +143,7 @@ public class Main {
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "|" + name + " | " + defaultValue + " | " + description;
|
||||
return "|" + name + " | `" + defaultValue + "` | " + description;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user