This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var teams = [ | |
{ | |
"code": "ARI", | |
"fullName": "Arizona Cardinals", | |
"shortName": "Arizona" | |
}, | |
{ | |
"code": "ATL", | |
"fullName": "Atlanta Falcons", | |
"shortName": "Atlanta" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<UserSettings> | |
<ApplicationIdentity version="12.0"/> | |
<ToolsOptions> | |
<ToolsOptionsCategory name="TextEditor" RegisteredName="TextEditor"> | |
<ToolsOptionsSubCategory name="CSharp" RegisteredName="CSharp" PackageName="Text Management Package"> | |
<PropertyValue name="TabSize">4</PropertyValue> | |
<PropertyValue name="ShowChanges">true</PropertyValue> | |
<PropertyValue name="AutoListMembers">true</PropertyValue> | |
<PropertyValue name="ShowPreview">true</PropertyValue> | |
<PropertyValue name="ShowMarks">true</PropertyValue> |