Skip to content

Commit b6dfbae

Browse files
committed
Format as a sample of TypeStrong/atom-typescript#640
Try formatting this file on a mac and it increases indent consistently
1 parent 51f92db commit b6dfbae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

grammartests/611/generic.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class B<T, U> {
2-
value: number = 2
3-
str: Array<string> = ['abc','bbc']
2+
value: number = 2
3+
str: Array<string> = ['abc', 'bbc']
44
}
55

6-
class C extends B<any , any> {
7-
value: number = 5
8-
str2: string = "10"
6+
class C extends B<any, any> {
7+
value: number = 5
8+
str2: string = "10"
99
}

0 commit comments

Comments
 (0)