-
- [x] Basic settings
- Use LF instead of CR LF for line endings
- Leave LF for EOF
- Maximum line length (100 cols)
- See also
- [ ] [`dotnet format`][1] settings
- It m…
-
https://editorconfig.org/
Would be cool to have support for.
Thanks!
-
It would be awesome to see support for http://editorconfig.org for cross-language formatting consistency! 👍
-
It would be awesome to have support for .editorconfig (http://editorconfig.org).
Then, technically there would be no need for gui options for the related (i.e. whitespace) settings, but if those stil…
-
`ng2-mode EditorConfig` does not follow EditorConfig properties
-
I've tested the following setups:
(1) Emacs master, pdf-tools 1.1.0
(2) Emacs 29.4, pdf-tools 1.1.0
The issue appears with (1) but not (2), so I reported it on the Emacs bug mailing list, but w…
-
## Issue Description ##
So i got a new laptop yesterday and set up vscode with the most common extensions i use for C# development. I'm using vscode for unity development for context.
this is the …
-
All the ktlint-specific overrides I have in my .editorconfig are underlined and show "the property is not supported." It would be nice if the plugin could recognize these overrides as legal, and even …
-
The file is:
```
#!/usr/bin/env bash
if [[ true ]]; then
echo 1 # leading with 4 spaces
fi
```
And shfmt will change the leading spaces to tab:
![image](https://github.com/user-attach…
-
related: https://github.com/dotnet/roslyn/issues/52661
both the new Editorconfig UI in VS 16.10 and the extension in this repo register editor factories to handle the editorconfig file type
- [r…