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

Editor config not working with Atom 1.26.1 (Ubuntu 18.04 LTS) #226

Closed
GrayedFox opened this issue Sep 12, 2018 · 1 comment
Closed

Editor config not working with Atom 1.26.1 (Ubuntu 18.04 LTS) #226

GrayedFox opened this issue Sep 12, 2018 · 1 comment

Comments

@GrayedFox
Copy link

GrayedFox commented Sep 12, 2018

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).

line_length_atom

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.

Installed packages

Built-in Atom Packages (92)
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] (disabled)
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]

Community Packages (10) /home/grayedfox/.atom/packages
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
@Alhadis
Copy link
Collaborator

Alhadis commented Feb 13, 2019

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.

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