Skip to content

Commit

Permalink
Make .editorconfig match pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
heliguy4599 committed Oct 28, 2024
1 parent a7aff0d commit 7c7742c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
root = true

[*.json]
indent_style = space
[*]
indent_style = tabs
indent_size = 4
max_line_length = 160
trim_trailing_whitespace = true

0 comments on commit 7c7742c

Please sign in to comment.