beatsaber-overlay/.editorconfig
Isaiah Billingsley 63361cf5d1 Complete rewrite from scratch
- Plain JS
- BS+ only
- Simple song info only
- No configuration
2026-02-19 08:47:37 +00:00

10 lines
151 B
INI

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