v2 | Fixed bug where amount of tabs and spaces were calculated incorrectly when the key was shorter than the size of a tab (4 chars)
Added:
method fill(this, longestKeyLength)
Calculates the amount of spaces and tabs to align all values.
Namespace types: Data
Parameters:
this (Data): (Data) The Data.
longestKeyLength (int)
Removed:
method addSpacesToKey(this)
Calculates the amount of spaces needed after the key to make it the key least 4 characters wide.
method addTabs(this, longestKeyLength)
Calculates the amount of tabs to be used.