HSG-MCS-HS21_tapas/.editorconfig

13 lines
179 B
INI
Raw Normal View History

2021-10-11 17:21:22 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{java}]
indent_style = space
indent_size = 4
tab_width = 4
trim_trailing_whitespace = true
max_line_length = 100