Skip to content

Commit

Permalink
chore(devcontainer): move files
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Aug 31, 2024
1 parent 2056b3c commit 82294b1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .devcontainer.json → .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "incendium",
"build": {
"context": "..",
"dockerfile": "Dockerfile"
},
"customizations": {
Expand Down
8 changes: 7 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ indent_size = 2
insert_final_newline = true
x-soft-wrap-text = true

[*.py]
[*.{ini}]
charset = utf-8
indent_style = space
insert_final_newline = true
indent_size = 4

[*.{py}]
charset = utf-8
indent_style = tab
insert_final_newline = true
indent_size = 4
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Authors

Created and maintained by [César Román](mailto:cesar@thecesrom.dev).
Created and maintained by [César Román](mailto:cesar@coatl.dev).

Contributions by:

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"typing;platform_python_implementation == 'Jython'",
],
project_urls={
"Documentation": "https://github.com/ignition-incendium/incendium/wiki",
"Documentation": "https://github.com/ignition-devs/incendium/wiki",
"Funding": "https://github.com/sponsors/cesarcoatl",
"Source": "https://github.com/ignition-incendium/incendium",
"Tracker": "https://github.com/ignition-incendium/incendium/issues",
"Source": "https://github.com/ignition-devs/incendium",
"Tracker": "https://github.com/ignition-devs/incendium/issues",
},
)

0 comments on commit 82294b1

Please sign in to comment.