{
	"folders": [
		{
			"path": "."
		},
		{
			"path": "/home/kreyren/.config/nixpkgs"
		}
	],
	"settings": {
		// Render all whitespaces
		"editor.renderWhitespace": "all",

		// Code-eol
		"code-eol.highlightExtraWhitespace": true,
		"code-eol.newlineCharacter": "↵",
		"code-eol.crlfCharacter": "↓",
		"editor.wordWrap": "on",
		"editor.insertSpaces": false,
		"editor.tabSize": 2,
	}
}