mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 00:56:19 +02:00
12 lines
194 B
JSON
12 lines
194 B
JSON
{
|
|
"files.exclude": {
|
|
"**/bin": true,
|
|
"**/obj": true
|
|
},
|
|
"files.associations": {
|
|
"limine.conf": "ini"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"dotnet.defaultSolution": "disable"
|
|
}
|