thyroxine/.editorconfig
moehreag 087234d3f9
All checks were successful
Publish to snapshot maven / build (push) Successful in 13s
reindent ProguardParser, allow for mojmap caching and add .editorconfig
2024-05-19 15:14:00 +02:00

10 lines
143 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true
indent_style = tab