Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_commit: v0.2.0
_commit: v0.3.0
_src_path: https://github.com/betabitplus-template-lab/python-lib.git
author_email: 8123085+betabitplus@users.noreply.github.com
author_name: betabitplus
Expand Down
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
<<<<<<< before updating
max_line_length = 96
=======
max_line_length = 120
>>>>>>> after updating

[*.py]
indent_size = 4
Expand Down
Loading