TeamAmaze / TeamAmaze/AmazeFileManager

Respect .editorconfig in the text editor

Open
#1,084 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Issue-Feature
Dominant language
Kotlin
Stars
6.4k
Forks
1.7k
Avg merge
3d 9h
Merged PRs (30d)
1

Description

.editorconfig is a config file describing what characters a text editor should use for indentation, how many of them, what is the visible length of indentation, what line ending (lf, crlf) are to be used and if an editor should ensure that a file ends with a new line.

https://github.com/editorconfig/editorconfig-core-java

Contributor guide

Open the contributing guide

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

Start by locating the text editor implementation and reviewing the linked editorconfig-core-java project for how .editorconfig settings are read. Done means the editor respects indentation characters and width, LF or CRLF line endings, and the final-newline setting described in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java, kotlin
Domain
mobile
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.