jvaultconnector/.editorconfig
Stefan Kalscheuer 683052a804
All checks were successful
continuous-integration/drone/push Build is passing
add basic .editorconfig
2023-10-23 18:24:22 +02:00

15 lines
217 B
INI

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