Leftjustify
Left-justify is a text alignment method that aligns the left edge of text with a fixed margin or column, producing a straight left margin and a ragged right edge. It is a standard option in word processors, typesetting systems, and programming languages. Left-justified text is common for paragraphs in many languages; it contrasts with centered, right-aligned, and fully justified text.
In typography, left justification favors consistent word spacing and natural line breaks; it tends to reduce
In computing, left-justification typically means padding a string on the right with spaces to a fixed width.
Left justification is common in programming and data presentation because it preserves alignment for vertical lists