Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Unrecognized declaration name max_line_length #244

Closed
AlexWayfer opened this issue Jun 2, 2020 · 3 comments
Closed

Unrecognized declaration name max_line_length #244

AlexWayfer opened this issue Jun 2, 2020 · 3 comments

Comments

@AlexWayfer
Copy link

image

image

Involved .editorconfig-files

root = true

[*]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120

[*.yml]
indent_style = space

Directory structure

Doesn't matter.

Installed packages

editorconfig@2.6.0
@Alhadis
Copy link
Collaborator

Alhadis commented Jun 2, 2020

Good catch. Seems like #236 overlooked EditorConfig settings that aren't listed as mandatory (or in their words, "supported by a limited number of editors", of which Atom is one of them). So far there's just max_line_length; should be an easy fix. 👍

@Alhadis Alhadis closed this as completed in 743c6e0 Jun 2, 2020
@Alhadis
Copy link
Collaborator

Alhadis commented Jun 2, 2020

Sorry about the wait. I had to investigate why the linter specs weren't running (which required a little research).

You'll see this fix in the next package release. 👍

@AlexWayfer
Copy link
Author

Sorry about the wait.

No problem, thank you very much!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants