Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
psvenk committed Dec 15, 2024
1 parent b24fd20 commit 4e7ee3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space

[*.{ts,tsx,js,json}]
indent_size = 2
max_line_length = 80

[*.py]
indent_size = 4
max_line_length = 80

0 comments on commit 4e7ee3f

Please sign in to comment.