// Place your settings in this file to overwrite default and user settings.
{
	"editor.insertSpaces": false,

	// Configure file associations to languages (e.g. "*.extension": "html"). These have precedence over the default associations of the languages installed.
	"files.associations": {
		"*.jmk": "javascript"
	}
}