Skip to content

Commit

Permalink
chore: update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
deot committed Dec 6, 2023
1 parent 9e72edb commit df64298
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ root = true

[*]
indent_style = tab
indent_size = 4
indent_size = 1
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[*.json]
indent_style = space
indent_size = 2

0 comments on commit df64298

Please sign in to comment.