According to this document : https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style You suggest 2 space indentations in your code, but in Rust's code you use 4 space indentation everywhere. Is this something that could be changed or is this another exception in your coding style?