sindresorhus/editorconfig-sublime
View on GitHubEditorconfig doesn't work on new files
Open
#6 opened on Dec 11, 2012
20 comments (20 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python1,760 stars (1,760 stars)113 forks (113 forks)batch import
help wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- python
- Domain
- developer experience
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- PythonSublime Text plugin developmentEditorConfig knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Examine the 20 comments in the issue to understand the exact scenarios where EditorConfig fails on new files. Look at the plugin's source code in the repository, focusing on the event handlers for new file creation. Consider whether the issue is related to the Sublime Text API or the editorconfig core library integration.