Skip to content

Commit

Permalink
feat: build request
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare committed May 20, 2022
1 parent 4f60d9f commit bfc36e4
Show file tree
Hide file tree
Showing 9 changed files with 539 additions and 109 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ root = true

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

[*.py]
indent_size = 4

[*.bat]
indent_style = tab
end_of_line = crlf
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,6 @@ dmypy.json

# Cython debug symbols
cython_debug/

# Visual Studio Code
.vscode/*
9 changes: 0 additions & 9 deletions .idea/aiortm.iml

This file was deleted.

65 changes: 0 additions & 65 deletions .idea/watcherTasks.xml

This file was deleted.

32 changes: 0 additions & 32 deletions .idea/workspace.xml

This file was deleted.

Loading

0 comments on commit bfc36e4

Please sign in to comment.