Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created January 22, 2018 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelovstanton/0a9a6a1bad10d1a19f2f48c6cd4afd9b to your computer and use it in GitHub Desktop.
Save angelovstanton/0a9a6a1bad10d1a19f2f48c6cd4afd9b to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"companyName": "Automate The Planet Ltd.",
"copyrightText": "This source code is Copyright © {companyName} and MAY NOT be copied, reproduced,\npublished, distributed or transmitted to or stored in any manner without prior\nwritten consent from {companyName} (bellatrix.solutions).",
"documentExposedElements": "false",
"documentInternalElements": "false",
"documentPrivateElements": "false",
"documentPrivateFields": "false"
},
"layoutRules": {
"newlineAtEndOfFile": "require"
},
"orderingRules": {
"systemUsingDirectivesFirst": "true",
"usingDirectivesPlacement": "outsideNamespace"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment