-
See https://www.jetbrains.com/help/idea/configuring-code-style.html
-
```
angularEditorConfig: AngularEditorConfig = {
editable: true,
spellcheck: true,
height: '25rem',
minHeight: '5rem',
placeholder: 'Enter text here...',
translate: 'no…
-
I use autoformatting and clean up of imports and such things in IntelliJ, because I don't want to bother with formatting my code. I also am too lazy to change any of the default settings of my idea, b…
-
Currently, the editorconfig settings are applied globally. Ideally, those should be applied per editor as editorconfig have a much finer scope than the global workspace (they can tweak individual proj…
-
**Is your feature request related to a problem? Please describe.**
Contributors should keep the style of existing code. If they use an IDE that supports [EditorConfig](https://editorconfig.org/) then…
-
### What is the current behavior?
At the moment it is not possible to provide arguments into the formatters specified in `format_multirun`. Instead, in order to configure their behaviour, one needs t…
-
In order to ensure effective contribution, I think we need to provide some guides on how to set up IDEs / editors for work on SilverStripe core.
Off the top of my head, we should address the followin…
-
**Version Used**:
Visual Studio 16.7.2
**Steps to Reproduce**:
1. Create a solution with an `.editorconfig` file and a project configured to use at least one Roslyn analyzer package that conta…
-
Here is a Vert.x project that uses Dekorate to generate Kubernetes and Halkyon YAML.
I am using minikube.
If I run `hal component push`, then `hal` complains because there is no component.
I …
-
Our house rules use Tabs (for some terrible reason) and if you have code like this:
![image](https://user-images.githubusercontent.com/2592881/51129719-6b350880-17e8-11e9-948d-5c674ce73482.png)
…