Skip to content

Commit 5a08626

Browse files
Changed Max line length for a comment
1 parent 9b80d86 commit 5a08626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templates/TypeScript/src/entity_types.ts.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
var enumTypes = model.GetEnumTypes();
1212
var complexTypes = model.GetComplexTypes();
1313

14-
var maxLineLength = 180;
14+
var maxLineLength = 120;
1515
#>
1616
// Type definitions for non-npm package microsoft-graph <VERSION_STRING>
1717
// Definitions by: Microsoft Graph Team <https://github.com/microsoftgraph>

0 commit comments

Comments
 (0)