Changes between Version 5 and Version 6 of RFC4


Ignore:
Timestamp:
Mar 23, 2017, 3:24:16 AM (7 years ago)
Author:
mloskot
Comment:

Fix format

Legend:

Unmodified
Added
Removed
Modified
  • RFC4

    v5 v6  
    4040The `clang-format` is straightforward to run and can support development workflow as standalone tool or as one of many editor integrations.
    4141
    42 Although no means to enforce the default formatting style are proposed, currently used CI services (eg. Travis CI) may be employed as a post-commit safety valve
    43 - a clang-format lint failure as a compile break (eg. [https://github.com/mongodb/mongo/blob/master/buildscripts/clang_format.py clang_format.py] build script used by MongoDB).
     42Although no means to enforce the default formatting style are proposed, currently used CI services (eg. Travis CI) may be employed as a post-commit safety valve - a clang-format lint failure as a compile break (eg. [https://github.com/mongodb/mongo/blob/master/buildscripts/clang_format.py clang_format.py] build script used by MongoDB).
    4443
    4544== Code Formatting Rules ==