Skip to content
Snippets Groups Projects
Select Git revision
  • 60d83c8e5081cb4f45ae279f8e2013ffaebbb243
  • main default protected
2 results

javascript-practice.code-workspace

  • Forked from SOFT Core / SOFT 260 / JavaScript Practice
    Source project has a limited visibility.
    javascript-practice.code-workspace 211 B
    {
    	"folders": [
    		{
    			"path": "."
    		}
    	],
    	"settings": {
    		"files.eol": "LF",
    		"files.exclude": {
    			"**/node_modules": true
    		},
    		"files.trimFinalNewlines": true,
    		"files.trimTrailingWhitespace": true
    	}
    }