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
{{ message }}
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Ahoy, I cannot see the "editorconfig" mouse an any file and have experimented with changing the editor config settings (say, changing max char length to 120 chars) but the preferred line length never updates to 120 and the line inside Atom IDE remains at 80 chars length (unless I change it in the Atom prefs).
Involved .editorconfig-files
# top-most EditorConfig file
root = true
# Unix-style newlines, newline ending every file, indent style and size
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
# Set default charset and line length for js, rb, md, style, and vue files
[*.{js,md,styl,vue,json,rb}]
charset = utf-8
max_line_length = 80
indent_size = 2
Directory structure
Skipped this due to the sheer size of the directory tree (it's all of our docs). If needed will post.
but the preferred line length never updates to 120 and the line inside Atom IDE remains at 80 chars length
This should have been fixed in 021d0ea (I noticed the same phenomenon while working on a fix for #232). If you see this happening after the next package release, don't hesitate to speak up. 👍
Skipped this due to the sheer size of the directory tree (it's all of our docs). If needed will post.
Just an FYI: GitHub Markdown supports <details>…</details> tags, which can be used to enclose massive amounts of text:
# Example
<details>
**NOTE:** The blank lines before and after the `<details>` tags are required.
</details>
Output:
NOTE: The blank lines before and after the <details> tags are required.
Uh oh!
There was an error while loading. Please reload this page.
Ahoy, I cannot see the "editorconfig" mouse an any file and have experimented with changing the editor config settings (say, changing max char length to 120 chars) but the preferred line length never updates to 120 and the line inside Atom IDE remains at 80 chars length (unless I change it in the Atom prefs).
Involved .editorconfig-files
Directory structure
Skipped this due to the sheer size of the directory tree (it's all of our docs). If needed will post.
Installed packages
The text was updated successfully, but these errors were encountered: