Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Bad indentation 'AppSettings.Get'

$
0
0

 Hi, indentation does not work correctly (version #D: 4.4.1.9729) while ".Get" appears together witi IF or DIM or...?

An example after pressing CTRL+I: 

Public Class Class1
   
   Dim a As String = AppSettings.Get("a")
      Dim b As String = AppSettings.Get("a")
         Dim c As String = AppSettings.Get("a")
            
         End Class


Viewing all articles
Browse latest Browse all 1764

Trending Articles