Skip to content
Snippets Groups Projects
Select Git revision
  • 8a2d48b44a5900a7f61471d21ae3a5d7ae54f255
  • main default protected
  • solution
3 results

graph-search-in-class.code-workspace

Blame
  • Brady J. Garvin's avatar
    Brady James Garvin authored
    Update VSCode `files.eol` setting to modern format and include ESLint configuration name to avoid package-lock.json from being marked as changed.
    0eb5c717
    History
    graph-search-in-class.code-workspace 211 B
    {
    	"folders": [
    		{
    			"path": "."
    		}
    	],
    	"settings": {
    		"files.eol": "\n",
    		"files.exclude": {
    			"**/node_modules": true
    		},
    		"files.trimFinalNewlines": true,
    		"files.trimTrailingWhitespace": true
    	}
    }