Create settings.json
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user