Update README.rst

This commit is contained in:
Peter Vingelmann 2016-09-29 23:06:58 +02:00
parent 5744348980
commit 64b7db1d01

View File

@ -7,8 +7,10 @@ This is a modified version of astyle: http://astyle.sourceforge.net
Our intention is to patch astyle to follow the Steinwurf coding style
as closely as possible: http://docs.steinwurf.com/coding_style.html
Steinwurf uses heavily-templated C++11 code that can be a true challenge
for a code formatting tool.
The Steinwurf codebase contains some heavily-templated C++11 code that can be
a true challenge for a code formatting tool. A comprehensive example
for this coding style is located here:
https://github.com/steinwurf/astyle/blob/master/test/correct_style.cpp
Quick start
-----------