-
Oi, amigo!
Muito legal ver um conterrâneo aqui, tb moro em Natal/RN :smile:
1) Que tal adicionar um .editorconfig na raiz do projeto? Lembra de instalar a extensão do editorconfig.
O editorconfi…
-
An importable configuration, e.g., for Eclipse IDE, would be beneficial for ensuring consistent formatting and would ease code reviews due to eliminating formatting changes.
-
I am trying to reduce the number of buttons shown in the toolbar. I've tried it with V3.0.0-beta.0 as well as with V2.1.0 with no effect whatsoever.
Here is my config:
```
public editorConfig: A…
-
### Describe the feature you'd like
From the video you can see that when I click debug, the terminal opens which is a problem because it covers the entire screen. So I have to close it. This happen…
-
**Version Used**:
8.0.100-preview.7.23376.3
**Steps to Reproduce**:
1. Set `.editorconfig`:
`csharp_style_allow_embedded_statements_on_same_line_experimental = false:warning`
…
-
**What seems to be the problem?**
The current premake code has spaces at the end of lines, no line breaks at the end of files, and uses spaces for indentation,
Saving the file in a format according …
-
Hi, this plugin has been working for me perfectly for some years (so much that I had forgotten I had it installed :) ). But I think that the latest version of neovim introduced a problem:
```
Erro…
-
This idea was noted by @hakre as a way to make use of EditorConfig easier for Windows developers because some development environments don't care about case sensitivity.
If you have opinions on this …
-
It seems that some files have CRLF line endings, although they should probably have LF ones.
This is due to the fact that editors who honor the `.editorconfig` change the line ending to what is spe…
-
**Project description**
`dotnet-format` is a code formatter for `dotnet` that applies style preferences to a project or solution. Preferences will be read from an `.editorconfig` file, if present, …