TeamAmaze / TeamAmaze/AmazeFileManager
Respect .editorconfig in the text editor
Open
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.
Contributor guide
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
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