Skip to content

Commit

Permalink
chore(style): make indent size default to 2 instead of 4
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Dec 29, 2024
1 parent fb4944b commit 78162da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
indent_size = 2

[*.rs]
max_line_length = 100

[*.yml]
indent_size = 2
indent_size = 4

[*.md]
trim_trailing_whitespace = false

0 comments on commit 78162da

Please sign in to comment.