mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Updated Note style guide (markdown)
@@ -47,8 +47,6 @@ A ```for``` loop is always preferable to a ```while``` loop unless the loop coun
|
||||
|
||||
## Naming conventions
|
||||
|
||||
Inspired by PEP8
|
||||
|
||||
100 column lines, 4 space indent, no tabs
|
||||
Type names, variants - camel case
|
||||
function - lowercase with underscores where it helps readability
|
||||
|
||||
Reference in New Issue
Block a user