Compare commits
	
		
			3 Commits
		
	
	
		
			7345e415a7
			...
			3a8a604a48
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3a8a604a48 | |||
| 41493207b3 | |||
| cbc4a2e149 | 
							
								
								
									
										7
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@ -1,4 +1,10 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
 | 
					    // Dart
 | 
				
			||||||
 | 
					    "dart.runPubGetOnPubspecChanges": "never",
 | 
				
			||||||
 | 
					    // Gitea
 | 
				
			||||||
 | 
					    "gitea.owner": "Wyatt-FOSS",
 | 
				
			||||||
 | 
					    "gitea.repo": "wyatt-packages",
 | 
				
			||||||
 | 
					    // Header
 | 
				
			||||||
    "psi-header.changes-tracking": {
 | 
					    "psi-header.changes-tracking": {
 | 
				
			||||||
        "isActive": true
 | 
					        "isActive": true
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@ -67,5 +73,4 @@
 | 
				
			|||||||
          ],
 | 
					          ],
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      ],
 | 
					      ],
 | 
				
			||||||
      "dart.runPubGetOnPubspecChanges": false,
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
							
								
								
									
										1
									
								
								packages/wyatt_form_bloc/.vscode
									
									
									
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								packages/wyatt_form_bloc/.vscode
									
									
									
									
									
										Symbolic link
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					../../.vscode/
 | 
				
			||||||
							
								
								
									
										24
									
								
								packages/wyatt_form_bloc/.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										24
									
								
								packages/wyatt_form_bloc/.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							@ -1,24 +0,0 @@
 | 
				
			|||||||
/*
 | 
					 | 
				
			||||||
 * Copyright (C) 2022 WYATT GROUP
 | 
					 | 
				
			||||||
 * Please see the AUTHORS file for details.
 | 
					 | 
				
			||||||
 * 
 | 
					 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 | 
				
			||||||
 * it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
 * the Free Software Foundation, either version 3 of the License, or
 | 
					 | 
				
			||||||
 * any later version.
 | 
					 | 
				
			||||||
 * 
 | 
					 | 
				
			||||||
 * This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 | 
					 | 
				
			||||||
 * GNU General Public License for more details.
 | 
					 | 
				
			||||||
 * 
 | 
					 | 
				
			||||||
 * You should have received a copy of the GNU General Public License
 | 
					 | 
				
			||||||
 * along with this program. If not, see <https://www.gnu.org/licenses/>.
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
    "recommendations": [
 | 
					 | 
				
			||||||
        "psioniq.psi-header",
 | 
					 | 
				
			||||||
        "blaugold.melos-code"
 | 
					 | 
				
			||||||
    ]
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
							
								
								
									
										71
									
								
								packages/wyatt_form_bloc/.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										71
									
								
								packages/wyatt_form_bloc/.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@ -1,71 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "psi-header.changes-tracking": {
 | 
					 | 
				
			||||||
        "isActive": true
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "psi-header.config": {
 | 
					 | 
				
			||||||
        "blankLinesAfter": 1,
 | 
					 | 
				
			||||||
        "forceToTop": true
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "psi-header.lang-config": [
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
          "beforeHeader": [
 | 
					 | 
				
			||||||
            "# -*- coding:utf-8 -*-",
 | 
					 | 
				
			||||||
            "#!/usr/bin/env python3"
 | 
					 | 
				
			||||||
          ],
 | 
					 | 
				
			||||||
          "begin": "###",
 | 
					 | 
				
			||||||
          "end": "###",
 | 
					 | 
				
			||||||
          "language": "python",
 | 
					 | 
				
			||||||
          "prefix": "# "
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
          "beforeHeader": [
 | 
					 | 
				
			||||||
            "#!/usr/bin/env sh",
 | 
					 | 
				
			||||||
            ""
 | 
					 | 
				
			||||||
          ],
 | 
					 | 
				
			||||||
          "language": "shellscript",
 | 
					 | 
				
			||||||
          "begin": "",
 | 
					 | 
				
			||||||
          "end": "",
 | 
					 | 
				
			||||||
          "prefix": "# "
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
          "begin": "",
 | 
					 | 
				
			||||||
          "end": "",
 | 
					 | 
				
			||||||
          "language": "dart",
 | 
					 | 
				
			||||||
          "prefix": "// "
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
          "begin": "",
 | 
					 | 
				
			||||||
          "end": "",
 | 
					 | 
				
			||||||
          "language": "yaml",
 | 
					 | 
				
			||||||
          "prefix": "# "
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
          "begin": "<!--",
 | 
					 | 
				
			||||||
          "end": "-->",
 | 
					 | 
				
			||||||
          "language": "markdown",
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
      ],
 | 
					 | 
				
			||||||
      "psi-header.templates": [
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
          "language": "*",
 | 
					 | 
				
			||||||
          "template": [
 | 
					 | 
				
			||||||
            "Copyright (C) <<year>> WYATT GROUP",
 | 
					 | 
				
			||||||
            "Please see the AUTHORS file for details.",
 | 
					 | 
				
			||||||
            "",
 | 
					 | 
				
			||||||
            "This program is free software: you can redistribute it and/or modify",
 | 
					 | 
				
			||||||
            "it under the terms of the GNU General Public License as published by",
 | 
					 | 
				
			||||||
            "the Free Software Foundation, either version 3 of the License, or",
 | 
					 | 
				
			||||||
            "any later version.",
 | 
					 | 
				
			||||||
            "",
 | 
					 | 
				
			||||||
            "This program is distributed in the hope that it will be useful,",
 | 
					 | 
				
			||||||
            "but WITHOUT ANY WARRANTY; without even the implied warranty of",
 | 
					 | 
				
			||||||
            "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the",
 | 
					 | 
				
			||||||
            "GNU General Public License for more details.",
 | 
					 | 
				
			||||||
            "",
 | 
					 | 
				
			||||||
            "You should have received a copy of the GNU General Public License",
 | 
					 | 
				
			||||||
            "along with this program. If not, see <https://www.gnu.org/licenses/>."
 | 
					 | 
				
			||||||
          ],
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
      ],
 | 
					 | 
				
			||||||
      "dart.runPubGetOnPubspecChanges": false,
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user