Boo.BooLangService.BooViewFilter.HandleSmartIndent C# (CSharp) Method

HandleSmartIndent() public method

public HandleSmartIndent ( ) : bool
return bool
        public override bool HandleSmartIndent()
        {
            return new HandleSmartIndentAction((ISource)Source, TextView)
                .Execute();
        }