Files
rubic-cube/.editorconfig
Grzegorz Kucmierz 17bca94c1b
All checks were successful
Deploy to Production / deploy (push) Successful in 4s
Add .editorconfig to enforce 2-space indentation
2026-02-15 21:26:15 +01:00

13 lines
188 B
INI

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