Skip to content

Commit e50cda0

Browse files
committed
fixed twitter handle and added test enum in indenter settings sample code
1 parent a403cf2 commit e50cda0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

RetailCoder.VBE/UI/Settings/IndenterSettingsViewModel.cs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,13 @@ public int IndentSpaces
265265

266266
// ReSharper disable once InconsistentNaming
267267
private const string _previewSampleCode =
268-
@"' Example Procedure
268+
@"Public Enum TestEnum
269+
' some comment
270+
Foo
271+
Bar ' another comment
272+
End Enum
273+
274+
' Example Procedure
269275
Sub ExampleProc()
270276
271277
' SMART INDENTER
@@ -277,7 +283,7 @@ Static name As String
277283
278284
If YouLikeRubberduck Then
279285
' Star us on GitHub http://github.com/rubberduck-vba/Rubberduck
280-
' Follow us on Twitter @rubberduck-vba/contributors
286+
' Follow us on Twitter @rubberduckvba
281287
' Visit http://rubberduckvba.com for news and updates
282288
283289
Select Case X

0 commit comments

Comments
 (0)