summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 0839b431814bb7bc2a2c41dc05095458fd4f4207 (plain)
1
2
3
4
5
6
7
8
9
{
	"editor.tabSize": 8,
	"editor.insertSpaces": false,
	"editor.rulers": [
		80
	],
	"editor.formatOnSave": true,
	"editor.trimAutoWhitespace": true
}