File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Auto detect text files and perform LF normalization
2+ * text =auto
3+
4+ # Custom for Visual Studio
5+ * .cs diff =csharp
6+
7+ # Standard to msysgit
8+ * .doc diff =astextplain
9+ * .DOC diff =astextplain
10+ * .docx diff =astextplain
11+ * .DOCX diff =astextplain
12+ * .dot diff =astextplain
13+ * .DOT diff =astextplain
14+ * .pdf diff =astextplain
15+ * .PDF diff =astextplain
16+ * .rtf diff =astextplain
17+ * .RTF diff =astextplain
Original file line number Diff line number Diff line change 1+ module . exports = Franz => Franz ;
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " ArrayZone Hosting Tool" ,
3+ "version" : " 0.0.1" ,
4+ "description" : " ArrayZone Hosting Tool Director." ,
5+ "main" : " index.js" ,
6+ "author" : " KytoSenna" ,
7+ "license" : " MIT" ,
8+ "config" : {
9+ "serviceURL" : " https://panel.arrayzone.com:4443/" ,
10+ "serviceName" : " ArrayZone Hosting Services" ,
11+ "message" : " " ,
12+ "popup" : [],
13+ "hasNotificationSound" : false ,
14+ "hasedirectMessages" : false ,
15+ "hasTeamID" : false ,
16+ "customURL" : false ,
17+ "hostedOnly" : false ,
18+ "webviewOptions" : {},
19+ "openDevTools" : false
20+ }
21+ }
Original file line number Diff line number Diff line change 1+ module . exports = ( Franz , options ) => {
2+
3+ }
You can’t perform that action at this time.
0 commit comments