Skip to content

Commit

Permalink
Add editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilGirdhar committed Aug 29, 2024
1 parent 7c68c4a commit f17864c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
root = true

[*.{py,toml,yml,md}]
indent_style = space
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.py]
max_line_length = 88
indent_size = 4

[*.toml]
indent_size = 4

[*.yml]
indent_size = 4

[*.md]
max_line_length = 0
indent_size = 4

0 comments on commit f17864c

Please sign in to comment.