ona/.vscode/settings.json

15 lines
278 B
JSON
Raw Normal View History

2022-08-10 15:52:16 +02:00
{
"editor.rulers": [100],
"files.exclude":{
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/zig-cache": true,
"**/zig-out": true,
},
}