change indent to sensible value (#1540)

This commit is contained in:
Andrew Gallant 2024-02-16 16:11:26 -05:00 committed by GitHub
parent 01ffc36520
commit 7c08e61b73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
# Check http://editorconfig.org for more information
# This is the main config file for this project:
root = true root = true
[*] [*]
@ -7,3 +9,12 @@ end_of_line = lf
indent_style = space indent_style = space
insert_final_newline = true insert_final_newline = true
indent_size = 2 indent_size = 2
[*.{rs,py,pyi}]
indent_size = 4
[*.snap]
trim_trailing_whitespace = false
[*.md]
max_line_length = 100