v0.2 Refactor #9

Open
Cutieguwu wants to merge 22 commits from v0.2_refactor into master
Showing only changes of commit dda863e512 - Show all commits

9
.zed/settings.json Normal file
View File

@@ -0,0 +1,9 @@
// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"file_types": {
"TOML": ["lock"],
},
}