Offer to install SDKMAN! if not already installed.

Fixes issue #26

Also:

 - Change language in README to clarify that
   SDKMAN! is not included.
 - Polishes to `.editorconfig`.
This commit is contained in:
Raphael Reitzig 2019-11-05 02:36:22 +01:00
parent 47ec1e3847
commit e41ccb9ce8
4 changed files with 50 additions and 11 deletions

View file

@ -1,5 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false