mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-08 11:39:13 +00:00
11 lines
301 B
JSON
11 lines
301 B
JSON
// Folder-specific settings
|
|
//
|
|
// For a full list of overridable settings, and general information on folder-specific settings,
|
|
// see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings
|
|
{
|
|
"languages": {
|
|
"TypeScript": {
|
|
"tab_size": 4
|
|
}
|
|
}
|
|
}
|