Skip to content

Commit

Permalink
feat: adapt to personal likings
Browse files Browse the repository at this point in the history
  • Loading branch information
gremat committed Jun 13, 2024
1 parent 301ecea commit 4c8d482
Show file tree
Hide file tree
Showing 50 changed files with 168 additions and 2,559 deletions.
14 changes: 3 additions & 11 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,14 @@
root = true

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

[*.bat]
indent_style = tab
end_of_line = crlf

[LICENSE]
insert_final_newline = false
[*.py]
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab

[*.{diff,patch}]
trim_trailing_whitespace = false
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ jobs:
run: |
python -m pip install --user --upgrade build
python -m build
- name: Archive package
uses: actions/upload-artifact@v2
with:
name: cookie-cutter
path: src/dist
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
__pycache__/
*.py[cod]
*$py.class
.mypy_cache/

# OSX useful to ignore
*.DS_Store
Expand Down
22 changes: 0 additions & 22 deletions .readthedocs.yaml

This file was deleted.

236 changes: 0 additions & 236 deletions CONTRIBUTING.rst

This file was deleted.

27 changes: 0 additions & 27 deletions LICENSE

This file was deleted.

Loading

0 comments on commit 4c8d482

Please sign in to comment.