mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-23 01:25:42 -05:00
Add linting for copyright and unused usings (#1416)
* Add linting for copyright and unused usings * Add one more + comment * Enforce in build and fix errors * Fix build
This commit is contained in:
15
src/Microsoft.SqlTools.Credentials/.editorconfig
Normal file
15
src/Microsoft.SqlTools.Credentials/.editorconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
# See https://github.com/dotnet/roslyn-analyzers/blob/main/.editorconfig for an example on different settings and how they're used
|
||||
|
||||
# Disable checking for correct header for this project - most of the code is borrowed from other projects
|
||||
# which have different style guidelines
|
||||
[*.cs]
|
||||
|
||||
dotnet_diagnostic.IDE0073.severity = none
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = crlf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = false
|
||||
Reference in New Issue
Block a user