ona/.vscode/settings.json

18 lines
348 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,
},
"git.detectSubmodulesLimit": 0,
2022-09-22 11:07:34 +02:00
"git.ignoreSubmodules": true
2022-08-10 15:52:16 +02:00
}