Skip to content

Commit

Permalink
change indent to sensible value (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi authored Feb 16, 2024
1 parent 01ffc36 commit 7c08e61
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Check http://editorconfig.org for more information
# This is the main config file for this project:
root = true

[*]
Expand All @@ -6,4 +8,13 @@ trim_trailing_whitespace = true
end_of_line = lf
indent_style = space
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

0 comments on commit 7c08e61

Please sign in to comment.