Skip to content

Commit

Permalink
[docs] Add an .editorconfig file (yt-dlp#3220)
Browse files Browse the repository at this point in the history
Authored by: fstirlitz
  • Loading branch information
fstirlitz authored Mar 30, 2022
1 parent ab2579b commit 180c815
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[**.py]
charset = utf-8
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit 180c815

Please sign in to comment.