Skip to content

Commit

Permalink
Merge pull request #4 from SethFalco/chores
Browse files Browse the repository at this point in the history
chores: add edutirconfig and dev dependencies
  • Loading branch information
lekma committed Jun 9, 2023
2 parents 48f9843 + 27ab62d commit f5b0d5e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
curly_bracket_next_line = false
spaces_around_operators = true

[*.{xml,py}]
indent_size = 4

[*.{markdown,md}]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Kodistubs==20.0.0

0 comments on commit f5b0d5e

Please sign in to comment.