зеркало из https://github.com/github/codeql.git
C#: Add final new line to files
This commit is contained in:
Родитель
2e21564032
Коммит
ec6ed90c49
|
@ -16,7 +16,7 @@ tab_width = 4
|
|||
|
||||
# New line preferences
|
||||
end_of_line = {cr|lf|crlf}
|
||||
insert_final_newline = false:silent
|
||||
insert_final_newline = true
|
||||
|
||||
#### .NET Coding Conventions ####
|
||||
|
||||
|
|
|
@ -36,4 +36,3 @@ namespace Semmle.Extraction.CSharp.Entities.Expressions
|
|||
public static Expression Create(ExpressionNodeInfo info) => new TypeAccess(info).TryPopulate();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -19,4 +19,3 @@ namespace Semmle.Extraction.CSharp.Entities.Statements
|
|||
protected override void PopulateStatement(TextWriter trapFile) { }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -128,4 +128,4 @@ namespace Semmle.Extraction
|
|||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -51,5 +51,3 @@ namespace SemmleTests.Semmle.Util
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -55,4 +55,3 @@ namespace Semmle.Util
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче