Skip to content

Commit

Permalink
.editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumpe committed Jan 7, 2024
1 parent 3a6ae19 commit 8e17067
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# top-most EditorConfig file
root = true


[*]
end_of_line = lf


[*.{py,md}]
charset = utf-8
indent_style = tab
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit 8e17067

Please sign in to comment.