PythonicCafe / PythonicCafe/cookiecutter-dokku-django
Add EditorConfig file
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This file is supported by major code editors and will help having a more standardized configuration among the team. https://editorconfig.org/
Could be something like:
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_size = 4
max_line_length = {{ cookiecutter.max_line_length }}
[*.html]
indent_style = space
indent_size = 2
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Create an .editorconfig file at the repository root using the configuration shown in the issue. Verify that it declares the requested line endings, encoding, whitespace settings, Python indentation and line-length template, and HTML indentation settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100