mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-08 11:39:13 +00:00
12 lines
301 B
JSON
12 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
|
||
|
}
|
||
|
}
|
||
|
}
|