Create settings.json

This commit is contained in:
2026-07-02 20:16:18 -04:00
parent 0c9de2d62b
commit fff826705e
+17
View File
@@ -0,0 +1,17 @@
// 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
{
"languages": {
"C": {
"show_wrap_guides": false,
"soft_wrap": "none",
},
},
"file_types": {
"C": ["*.inc"],
"Bash": ["*.mk"],
"Python requirements": ["requirements-dev.txt"],
},
}