Skip to content
Snippets Groups Projects
Select Git revision
  • 66af62601f87f8bbcfe89e61c9a9d44382c20fd7
  • main default protected
2 results

no-framework.code-workspace

Blame
  • Forked from SOFT Core / SOFT 260 / No-Framework Webpage
    1 commit behind the upstream repository.
    no-framework.code-workspace 211 B
    {
    	"folders": [
    		{
    			"path": "."
    		}
    	],
    	"settings": {
    		"files.eol": "LF",
    		"files.exclude": {
    			"**/node_modules": true
    		},
    		"files.trimFinalNewlines": true,
    		"files.trimTrailingWhitespace": true
    	}
    }