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,
|
|
|
|
},
|
2022-09-09 23:54:13 +02:00
|
|
|
|
|
|
|
"git.detectSubmodulesLimit": 0,
|
2022-10-02 13:56:19 +02:00
|
|
|
"git.ignoreSubmodules": true,
|
2022-08-10 15:52:16 +02:00
|
|
|
}
|