-
Notifications
You must be signed in to change notification settings - Fork 2
/
stylecop.json
20 lines (20 loc) · 2.04 KB
/
stylecop.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"companyName": "Float",
"copyrightText": "{fullCompanyName} (\"{companyName}\") CONFIDENTIAL\nUnpublished Copyright (c) {year} {companyName}, All Rights Reserved.\n\nNOTICE: All information contained herein is, and remains the property of {companyName}. The intellectual and technical concepts contained\nherein are proprietary to {companyName} and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.\nDissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained\nfrom {companyName}. Access to the source code contained herein is hereby forbidden to anyone except current Float employees, managers or contractors who have executed\nConfidentiality and Non-disclosure agreements explicitly covering such access.\n\nThe copyright notice above does not evidence any actual or intended publication or disclosure of this source code, which includes\ninformation that is confidential and/or proprietary, and is a trade secret, of {companyName}. ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC PERFORMANCE,\nOR PUBLIC DISPLAY OF OR THROUGH USE OF THIS SOURCE CODE WITHOUT THE EXPRESS WRITTEN CONSENT OF FLOAT IS STRICTLY PROHIBITED, AND IN VIOLATION OF APPLICABLE\nLAWS AND INTERNATIONAL TREATIES. THE RECEIPT OR POSSESSION OF THIS SOURCE CODE AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS\nTO REPRODUCE, DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL ANYTHING THAT IT MAY DESCRIBE, IN WHOLE OR IN PART.",
"variables": {
"fullCompanyName": "Float, LLC",
"year": "2018"
},
"documentInternalElements": false
},
"layoutRules": {
"newlineAtEndOfFile": "require"
},
"orderingRules": {
"usingDirectivesPlacement": "outsideNamespace"
}
}
}