Ajout de editorconfig pour formatter le code + supprimer la mention copyright sur tous les fichiers.
This commit is contained in:
@@ -2,8 +2,14 @@
|
||||
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
||||
"settings": {
|
||||
"documentationRules": {
|
||||
"companyName": " Equipe 1 - ",
|
||||
"documentationCulture": "fr-FR"
|
||||
}
|
||||
"documentInterfaces": false,
|
||||
"documentInternalElements": false,
|
||||
"documentExposedElements": false
|
||||
},
|
||||
"maintainabilityRules": {
|
||||
"settings": {
|
||||
"commonWords": [ "Obtient", "définit" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user