| editorconfig name | possible values |
|---|---|
| dotnet_sort_system_directives_first | true , false |
| editorconfig name | possible values |
|---|---|
| csharp_indent_block_contents | true , false |
| csharp_indent_braces | true , false |
Today I wanted to make a recording of me running some commands inside a docker-container.
❯ docker-compose run app bash
root@e9bb2af4dc11:/usr/local/go/src/example.com/dev/project#
Needless to say it looked a bit bland with no colors and a long prompt that prevents me from recording a small terminal and show the full commands I'm
| /** | |
| * Downloads all android-all dependencies and copies them to the mavenLocal() repository | |
| * | |
| * Once applied to your gradle project, can be executed with ./gradlew robolectricSdkDownload | |
| */ | |
| import java.nio.file.Files | |
| // The general idea of this was borrowed from https://gist.github.com/xian/05c4f27da6d4156b9827842217c2cd5c | |
| // I then modified it heavily to allow easier addition of new SDK versions |