You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
###
used for introducing groupThe text was updated successfully, but these errors were encountered: