-
Use Log.log(Log.ERROR) and includ full path of the .editorconfig file that is causing problems.
##
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/381209-jedit-…
ezust updated
9 years ago
-
Running `editorconfig` on https://github.com/dotnet/runtime/blob/main/.editorconfig yields:
```
insert_final_newline=true
indent_style=space
indent_size=4
trim_trailing_whitespace=true
tab_wid…
-
_Stemmed from https://github.com/editorconfig/editorconfig/issues/429#issuecomment-629613056_
Currently [the spec](https://editorconfig-specification.readthedocs.io/en/latest/#id7) defines that any…
-
I use editorconfig-vim installed with Plug and get some errors with the plugin:
```shell
$ echo q | /usr/bin/vim -u ~/.vimrc -U NONE -i NONE -V1 -nNes
not found in 'runtimepath': "ftdetect/*.vim"…
-
Rules defined for filenames with a leading `.` are not loaded up by the plugin.
My .editorconfig:
```
[*]
indent_size = 2
tab_width = 2
[.vimrc]
indent_size = 4
tab_width = 4
```
When …
-
**Environments:**
- Prettier Version: 3.0.3
- Running Prettier via: CLI
- Runtime: v20.3.1
- Operating System: Linux
- Prettier plugins (if any): N/A
**Steps to reproduce:**
Add `"editorc…
-
Following on from https://github.com/coala/coala/issues/4097 , and closely related to https://github.com/coala/coala-quickstart/issues/79, and part of https://github.com/coala/coala/issues/204 , `coal…
-
### Did you check docs and existing issues?
- [X] I have read all the docs.
- [X] I have searched the existing issues.
- [X] I have searched the existing discussions.
### Neovim Version (nvim -v)
0…
-
Editorconfig for notepad++ does not seem to work with non-latin characters (cyrillic in my case) in paths to files. Can it be fixed somehow?
##
---
Want to back this issue? **[Post a bounty o…
-
Hey there. I've used editorconfig file on some projects and this is awesome. I don't know if this should be handled by editorconfig plugins, but it would be nice to be able to have `new line` configs …