-
by my resolution I need to increase the tabsize from 2 to 4 spaces but it does not work
User settings:
`"[dart]":{
"editor.tabSize": 4,
"editor.insertSpaces": true,
"edi…
-
### Neovim version (nvim -v)
NVIM v0.9.0-dev-613+gef18c9f9b
### Vim (not Nvim) behaves the same?
No it does the opposite. It does not change the last line in the file.
VIM - Vi IMproved 9.0 (2…
-
editorconfig should be enabled so as to enforce consistent code style across different environments.
-
There's this piece of code
```cs
if(variable == value) return;
```
**Before.**
I used to use the `.ruleset` file in the past to set up the analyzers.
```cs
// project.csproj
$(Solu…
-
My intuition is that paths with trailing slashes should be treated the same as paths without them. I've written [my EditorConfig core in Rust](https://github.com/TheDaemoness/ec4rs) (which, at the tim…
-
**Unibeautify**
* https://github.com/unibeautify/unibeautify
* https://unibeautify.com/docs/config-file.html
* https://unibeautify.com/
**Language Server Protocol** from Microsoft but adopted by…
-
When this plugin is installed as a Vim8 plugin, it is not loaded until *after* the `vimrc` has been processed. This means that hooks cannot be installed in `vimrc` as `editorconfig#AddNewHook` is not …
bcbnz updated
3 years ago
-
### Description of the problem
Dotnet format is fantastic. We use it to check all the .editorconfig rules have been followed in our builds.
But really I want a version of prettier that I have fo…
-
ReSharper uses the Visual Studio editor for various windows, such as the Stack Trace Explorer. When showing one of these windows, the Error List window pops up, showing an error of `EditorConfig core …
-
providing a preferred formatter configuration file would help contributors ensure their code is formatted in a way that is consistent with the rest of the repo. This is mostly applicable to `casatable…