Changes between Version 11 and Version 12 of RFC4


Ignore:
Timestamp:
Mar 23, 2017, 12:00:51 PM (7 years ago)
Author:
mloskot
Comment:

Add EOL

Legend:

Unmodified
Added
Removed
Modified
  • RFC4

    v11 v12  
    9898The `.editorconfig` file will have to be updated to match the chosen `.clang-format` settings.
    9999
     100=== EOL ===
     101
     102`clang-format` does not enforce line endings.
     103
     104The EOL marker is considered to be [http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20130930/090200.html a part of a file encoding decision] and not part of any coding style.
     105
     106The EOL marker can be enforced as project-wide setting controlled with `.gitattributes` and `.editorconfig`.
     107
     108However, it shall still be left as configurable setting in developer's environment of choice (eg. `git config`) independently from the project-wide setting.
     109
    100110=== Big Reformat ===
    101111