mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
change indent to sensible value (#1540)
This commit is contained in:
parent
01ffc36520
commit
7c08e61b73
1 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# Check http://editorconfig.org for more information
|
||||
# This is the main config file for this project:
|
||||
root = true
|
||||
|
||||
[*]
|
||||
|
@ -7,3 +9,12 @@ end_of_line = lf
|
|||
indent_style = space
|
||||
insert_final_newline = true
|
||||
indent_size = 2
|
||||
|
||||
[*.{rs,py,pyi}]
|
||||
indent_size = 4
|
||||
|
||||
[*.snap]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.md]
|
||||
max_line_length = 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue