We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a403cf2 commit e50cda0Copy full SHA for e50cda0
RetailCoder.VBE/UI/Settings/IndenterSettingsViewModel.cs
@@ -265,7 +265,13 @@ public int IndentSpaces
265
266
// ReSharper disable once InconsistentNaming
267
private const string _previewSampleCode =
268
-@"' Example Procedure
+@"Public Enum TestEnum
269
+' some comment
270
+Foo
271
+Bar ' another comment
272
+End Enum
273
+
274
+' Example Procedure
275
Sub ExampleProc()
276
277
' SMART INDENTER
@@ -277,7 +283,7 @@ Static name As String
283
278
284
If YouLikeRubberduck Then
279
285
' Star us on GitHub http://github.com/rubberduck-vba/Rubberduck
280
-' Follow us on Twitter @rubberduck-vba/contributors
286
+' Follow us on Twitter @rubberduckvba
281
287
' Visit http://rubberduckvba.com for news and updates
282
288
289
Select Case X
0 commit comments