-
The editorconfig website says:
> It is acceptable and often preferred to leave certain EditorConfig properties unspecified. For example, tab_width need not be specified unless it differs from the val…
-
```
"The EditorConfig project consists of a file format for defining coding styles
and a collection of text editor plugins that enable editors to read the file
format and adhere to defined styles."[…
-
prettier does not prune directories from the tree when they are ignored by `.prettierignore`. This seems to mean that there is no way to avoid errors from directories which are not readable by the us…
-
In a nutshell: Trying to create a new `.editorconfig` file from within NetBeans (Windows platform, NB 8.0.2 x86) doesn't allow the file to be saved without a filename.. Which means it can't be created…
-
How do I increase the startup time ? These are the top 3 of slow loading plugins after profiling using /hyiltiz/vim-plugins-profile:
1. 45.924 editorconfig-vim
2. 21.303 nerdtree
3. 2.193 s…
Navds updated
6 years ago
-
I have `insert_final_newline = unset` in my `.editorconfig`, and `set nofixendofline` in my `.vimrc`.
When editorconfig runs, it turns `fixendofline`/`fixeol` on again, because `insert_final_newlin…
-
I'm on Emacs 29, and no matter what I do, it seems that editorconfig always overrides both dir-locals files and file local variables.
-
As a suggestion and to help with questions/issues like in https://github.com/funkedigital/fd-styleguide/pull/1, I propose to include an editor config file. My default for all the projects I initiate h…
-
- [x] I have a question that is specific to this extension; thus, inappropriate for the main [EditorConfig issue tracker](https://github.com/editorconfig/editorconfig/issues).
- [ ] I tried running `…
-
**Does this bug happen when you install plugin without vim-polyglot?**
No, it's because polyglot bundles ftplugins that are included with vim.
Readme says:
> On top of all language packs from…