mirror of
https://github.com/faroukbmiled/RyukGram.git
synced 2026-04-22 12:16:15 +02:00
19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": true,
|
|
"editor.trimAutoWhitespace": true,
|
|
"editor.formatOnSave": false,
|
|
"files.associations": {
|
|
"*.x": "logos",
|
|
"*.xi": "logos",
|
|
"*.xm": "logos",
|
|
"*.xmi": "logos",
|
|
"*.m": "objective-c",
|
|
"*.h": "objective-c"
|
|
},
|
|
|
|
"search.exclude": {
|
|
"modules/": true,
|
|
"dumps/": true
|
|
}
|
|
} |