fling/.editorconfig
Armin Friedl 75b65f3f77
All checks were successful
continuous-integration/drone/push Build is passing
Add Codestyle definition, editorconfig
2020-06-21 20:21:08 +02:00

9 lines
147 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true