sdkman-for-fish/.editorconfig
Raphael Reitzig 0d080212d2 Verify (re-)initialization of SDKMAN env vars works.
- Add new test that covers the two cases considered so far.

Housekeeping:

 - Add `.gitignore`
 - Add `.editorconfig`
2019-07-30 22:19:32 +02:00

5 lines
101 B
INI

[*]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true