On 5/5/24 11:50 AM, Paul Zander wrote: > indent_size is the width in spaces, we use tabs. > tab_width would be the tab width in spaces, but there is no reason to force this. > > Signed-off-by: Paul Zander > --- > .editorconfig | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/.editorconfig b/.editorconfig > index dc1d5587a8b..04a69b17304 100644 > --- a/.editorconfig > +++ b/.editorconfig > @@ -8,9 +8,8 @@ charset = utf-8 > end_of_line = lf > insert_final_newline = true > indent_style = tab > -indent_size = 4 > trim_trailing_whitespace = true > -#max_line_length = 80 > +# max_line_length = 80 Commit message is silent on this line, which isn't about dropping indent size but rather about reformatting the comments for the editorconfig file itself... -- Eli Schwartz