fix .editorconfig

pull/35222/head
Cameron Clough 5 months ago
parent 997a99926c
commit 92e27f0ba2
  1. 2
      .editorconfig

@ -5,7 +5,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[{*.py, *.pyx, *.pxd}]
[*.{py,pyx,pxd}]
charset = utf-8
indent_style = space
indent_size = 2

Loading…
Cancel
Save