PythonicCafe / PythonicCafe/cookiecutter-dokku-django

Add EditorConfig file

Open Beginner friendly
#2 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.