Remove indent_size parameter from Buffer::edit_with_autoindent

Instead, compute the indent size by reading the settings inside that method.

Co-authored-by: Mikayla Maki <mikayla.c.maki@gmail.com>
This commit is contained in:
Max Brunsfeld
2022-07-28 13:00:05 -07:00
co-authored by Mikayla Maki
parent b1b252ee45
commit cdf6ae25bb
8 changed files with 77 additions and 104 deletions
Generated
+1
View File
@@ -2761,6 +2761,7 @@ dependencies = [
"rpc",
"serde",
"serde_json",
"settings",
"similar",
"smallvec",
"smol",