sdkman-for-fish/.editorconfig
Raphael Reitzig ac99d1464c Final macOS incompatibility fix.
Closes issue #29.
2019-11-06 20:52:07 +01:00

15 lines
220 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yaml,yml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false