2022-01-25 10:16:09 +01:00

6 lines
78 B
TypeScript

export enum Indent {
SPACE_4 = '4',
SPACE_2 = '2',
TAB = 'tab',
}