• B
    Indent appropriately on Enter inside InterpolatedVerbatimString · efca1aac
    Balaji Soundrarajan 提交于
    Fix #872 : Indent appropriately on Enter inside
    InterpolatedVerbatimString
    
    If the Return is issued in the context of the InterpolatedString, the
    next line is placed at the column 0
    
    If the Return is issued inside the Interpolated syntax of the
    InterpolatedVerbatimString then place the next line accordingly to the
    indentation rule
    efca1aac
CSharpIndentationService.cs 8.6 KB