mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Change tab size to 4
This commit is contained in:
parent
926cf6b400
commit
79878717f2
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ brackets = [
|
|||
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string"] },
|
||||
{ start = "'", end = "'", close = true, newline = false, not_in = ["string", "comment"] },
|
||||
]
|
||||
tab_size = 2
|
||||
tab_size = 4
|
||||
|
|
Loading…
Reference in a new issue