-
Notifications
You must be signed in to change notification settings - Fork 26
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
Odd grammatical syntax at supported-properties/root #30
Labels
clarification
Improve text without changing its meaning
Comments
Thanks for pointing this out! The full details are in https://editorconfig-specification.readthedocs.io/#file-processing. What about something like this?--- Must be specified in the preamble. Set to true to
-stop the `.editorconfig` file search on
+tell the core not to check any higher directory for EditorConfig settings for
the current file. The value is case insensitive.
+([details](https://editorconfig-specification.readthedocs.io/#file-processing)) |
PR open at #60 |
cxw42
added a commit
to cxw42/editorconfig-specification
that referenced
this issue
Sep 23, 2024
xuhdev
added a commit
that referenced
this issue
Sep 24, 2024
Fixes #30 Co-authored-by: Hong Xu <[email protected]>
Why this specific terminology? |
"Core" is a defined word in the grammar: https://spec.editorconfig.org/#id5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text at the aforementioned point reads:
As a L1 english speaker, I cannot read the above point, "to stop .editorconfig files search" lacks a definite article, perhaps the author meant ""to stop the .editorconfig files searching the current file"? What is exactly meant by "current file"?
I'm happy to file a pull request, I just lack the context of what it's referring to, hence why I filed an issue first.
The text was updated successfully, but these errors were encountered: