Adds editor option centering_width
centering_width = Nmeans that the buffer will be left padded, so that line with N width is horizontally centered within the terminalcentering_width = nullmeans do not pad, default behavior
Configure fields in Config in editor.zig:
pub const centering_width: ?usize = 140;