mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 06:34:10 +00:00
Tweaked Rust coding style quotation
This commit is contained in:
parent
f0c21ad7a6
commit
bf59190a7c
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
# Quotation from Rust Style Guide:
|
||||
|
||||
# "Formatting code is a mostly mechanical task which takes both time and mental effort. By using an automatic formatting tool, a programmer is relieved of this task and can concentrate on more important things. Furthermore, by sticking to an established style guide (such as this one), programmers don't need to formulate ad hoc style rules, nor do they need to debate with other programmers what style rules should be used, saving time, communication overhead, and mental energy."
|
||||
# "Formatting code is a mostly mechanical task which takes both time and mental effort.
|
||||
# By using an automatic formatting tool, a programmer is relieved of this task and can concentrate on more important things.
|
||||
# Furthermore, by sticking to an established style guide (such as this one),
|
||||
# programmers don't need to formulate ad hoc style rules,
|
||||
# nor do they need to debate with other programmers what style rules should be used, saving time, communication overhead, and mental energy."
|
||||
|
||||
# C++ Microsoft style
|
||||
--style=ansi
|
||||
|
|
Loading…
Reference in a new issue