-
".editorconfig" that forces formatting to prevent the 100+ line "changes"
_Originally posted by @rmcc3 in https://github.com/JonathanFly/bark/issues/44#issuecomment-1534573402_
-
#### Is the feature request related to a problem
When running `await VerifyChecks.Run();`, it will throw out the following exception:
```
VerifyCheckException
Expected .gitIgnore to contain sett…
-
By using an EditorConfig file we'll make sure things like whitespace, indentation and .Net specific coding styles are consistently checked by all contributors.
https://docs.microsoft.com/en-us/visu…
-
1. 安装Vetur
2. 安装Prettier
3.根目录增加.prettierrc.json
```json
{
"singleQuote": true,
"semi": false,
"tabWidth": 2
}
```
4. 安装EditorConfig
5. 根目录增加.editorconfig
```
[*.{js,jsx,ts,tsx,vue…
-
I can't find a way to completely disable sorting import directives. There are the following two options but neither of them disables the sorting action
```
dotnet_separate_import_directive_groups = …
-
**Product and Version Used**:
VS 17.7.0
Roslynator 4.4.0
When reading through the analyzer docs (https://josefpihrt.github.io/docs/roslynator/analyzers) and determining which ones are relevant (…
-
Hi,
maybe it is a setup issue on my side but i hope you can help me out.
![image](https://github.com/user-attachments/assets/25ff1ec8-9dd5-47a1-b199-e89427f92e56)
![image](https://github.com/u…
-
### Tested versions
### Godot
*Based on looking at the github, all versions have this bug*
- 4.2.1
### Visual Studio
- 17.9.0
- 17.9.7
### System information
Windows 10 - x64 - vs17.9.7
###…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity2.visualstudio.com/t/C-Tabs-are-always-inserted-instead-of-s/1280305)._
---
1. Set _Tools > Options > Text …
-
I just tried the `0.0.8` version and the changes introduced in #86 don't seem to work too well.. If I open an existing file and add code that doesn't have the correct indentation, saving the file like…