focus on your browsing
browser web-browser

set correct file types in zed project settings

woof.monster bab71ebe 9237dd36

verified
+7 -3
+7 -3
.zed/settings.json
··· 1 1 { 2 - "tab_size": 4, 3 - "hard_tabs": true, 4 - "disable_ai": true, 2 + "tab_size": 4, 3 + "hard_tabs": true, 4 + "disable_ai": true, 5 + "file_types": { 6 + "XML": ["csproj"], 7 + "ini": ["desktop"], 8 + }, 5 9 }