Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document model for .editorconfig file #101

Closed
Tracked by #64
FrediKats opened this issue May 14, 2024 · 0 comments · Fixed by #103
Closed
Tracked by #64

Document model for .editorconfig file #101

FrediKats opened this issue May 14, 2024 · 0 comments · Fixed by #103
Assignees

Comments

@FrediKats
Copy link
Member

FrediKats commented May 14, 2024

As part of other features, we need to manipulate with .editorconfig file - read, parse. create. save. So it's better to create abstraction over .editorconfig file syntax.

What element must be described:

  • EditorConfigDocument
  • EditorConfigDocumentCategory
  • EditorConfigDocumentGroup - synthetic type that we will use for logic structurization. Lines started with ### used for introducing group
  • EditorConfigDocumentProperty
@FrediKats FrediKats self-assigned this May 14, 2024
@github-project-automation github-project-automation bot moved this to Ideas/Not planned in Kysect task management May 14, 2024
@FrediKats FrediKats moved this from Ideas/Not planned to In Progress in Kysect task management May 14, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Kysect task management May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant