-
Now that more people are contributing, we should agree on a code style. We could use the [N5 Eclipse style](https://github.com/saalfeldlab/n5/blob/master/doc/n5-eclipse-style.xml). As far as I know, I…
-
I have a use-case that doesn't feel to me like a rare situation, but it turns out nobody has ever asked about this (at least that I could find).
So I have a bunch of shell scripts I use for various t…
-
**Describe the issue**
If you want to filter out only 1 stream source and ignore everything else then you have to forloop over everything else.
Or make a helper function for that specifically. But o…
-
**Goal**
Allow user to declare user-specific settings that should be used in every editor they work in
**Possible implementation**
EditorConfig looks for a `.editorconfig-defaults` file which is us…
-
Basically the subject says it all. Add a menu entry to the plugin that opens the active `.editorconfig` file.
-
```
"The EditorConfig project consists of a file format for defining coding styles
and a collection of text editor plugins that enable editors to read the file
format and adhere to defined styles."[…
-
**Environments:**
- Prettier Version: 2.7.1
- Running Prettier via: CLI
- Runtime: Node.js v13.14.0 LTS
- Operating System: Windows
- Prettier plugins (if any):
**Steps to reproduce:**
I do…
-
hi,
trying it out with the exact code from your example i get a bunch of errors in the console:
![image](https://user-images.githubusercontent.com/13486613/106723045-b0e1eb00-65d4-11eb-87fd-26e0…
-
plugin profiler installed
![image](https://github.com/user-attachments/assets/37f23ddc-905f-48d6-b937-fc841e4d32e9)
-
There are multiple ways to get things done. The docs explain both `.editorconfig`, `.globalconfig` and rulesets. These issues mention both as well as other ways. And for those using VS or VSCode there…