-
I'm finding it difficult to find something that can be used to enforce folder structure, file names, root folder name, existence of files in particular locations, etc
There are tools that can creat…
-
### Description
If you currently create a `.cs` file, the file is just created without conforming to the rules of an .editorconfig in the project. This is a bit of shame, because it requires either m…
-
This is our follow-up issue once https://github.com/dotnet/roslyn/issues/55526 is fixed.
## What's the problem?
In Git repositories, it's common to use `LF` (`\n`, "Unix-style") line endings for…
-
1. 安装Vetur
2. 安装Prettier
3.根目录增加.prettierrc.json
```json
{
"singleQuote": true,
"semi": false,
"tabWidth": 2
}
```
4. 安装EditorConfig
5. 根目录增加.editorconfig
```
[*.{js,jsx,ts,tsx,vue…
-
Editor not working with Angular version 9
I'm using the latest version of this library: "@kolkov/angular-editor": "^1.1.2",
Anything I cant do?
**My usage:**
```
public editorCo…
-
I got the error `re.error: global flags not at the start of the expression at position 15`
This is fixed by https://github.com/editorconfig/editorconfig-core-py/commit/6722ab5f04dbf1e64c577d7fe21a0…
-
With #632 we create a simple quickfix to support `.editorconfig` for the entire workspace.
However, my idea with adding `workspace` folder to the root of `ide-settings` was as following:
This should…
-
Working on files from a local (and performant) CIFS network share, the EditorConfig plugin causes Notepad++ to constantly (every few seconds) freeze (for several seconds). While this behavior is occu…
-
**Version Used**:
```
Microsoft Visual Studio Professional 2022
Version 17.10.0 Preview 6.0
VisualStudio.17.Preview/17.10.0-pre.6.0+34825.169
Microsoft .NET Framework
Version 4.8.09037
```
…
-
Currently I know about two usages of domain specific properties: .NET compiler+Visual Studio and ReSharper+Rider. I think there are more usages. There are two problems with them:
1. Currently two edi…