File size: 122 Bytes
c9c900b | 1 2 3 4 5 6 | /**
* The spaces a tab in a diff line becomes before the line is measured and
* wrapped.
*/
export const TAB_WIDTH = 4
|
c9c900b | 1 2 3 4 5 6 | /**
* The spaces a tab in a diff line becomes before the line is measured and
* wrapped.
*/
export const TAB_WIDTH = 4
|