Skip to content

Commit

Permalink
chore: add EditorConfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
hartungstenio committed Jul 10, 2024
1 parent bd13385 commit 7644aa5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"customizations": {
"vscode": {
"extensions": [
"EditorConfig.EditorConfig",
"github.vscode-github-actions",
"ms-python.black-formatter",
"ms-python.flake8",
Expand Down
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.py]
indent_size = 4
indent_style = space
max_line_length = 110

0 comments on commit 7644aa5

Please sign in to comment.