Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Fix .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
deminearchiver committed Nov 23, 2024
1 parent 8333cd0 commit 28cff25
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 @@ -5,5 +5,9 @@ end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
indent_size = 2
trim_trailing_whitespace = true

[*.py]
indent_style = space
indent_size = 4

0 comments on commit 28cff25

Please sign in to comment.