Tweaked Rust coding style quotation

This commit is contained in:
Robert Beckebans 2020-03-27 18:59:11 +01:00
parent f0c21ad7a6
commit bf59190a7c

View file

@ -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