Changes have been pushed for the repository "fawkesrobotics/fawkes".

Clone:  https://github.com/fawkesrobotics/fawkes.git
Gitweb: https://github.com/fawkesrobotics/fawkes

The branch, thofmann/clang-format-rawstring-delimiters has been created
        at  3a921ea8b102d84f2637fd25dc8ed0d041c67949 (commit)

https://github.com/fawkesrobotics/fawkes/tree/thofmann/clang-format-rawstring-delimiters

- *Log* ---------------------------------------------------------------
commit 3a921ea8b102d84f2637fd25dc8ed0d041c67949
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Thu Feb 14 15:27:31 2019 +0100
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Thu Feb 14 15:27:31 2019 +0100

    clang-format: adapt RawStringFormats config to new file format
    
    The option RawStringFormats now expects a list of delimiters for each
    language.

https://github.com/fawkesrobotics/fawkes/commit/3a921ea8b

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------


- *Diffs* -------------------------------------------------------------

- *commit* 3a921ea8b102d84f2637fd25dc8ed0d041c67949 - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Thu Feb 14 15:27:31 2019 +0100
Subject: clang-format: adapt RawStringFormats config to new file format

 .clang-format | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

_Diff for modified files_:
diff --git a/.clang-format b/.clang-format
index 935a495c0..97ecf23a5 100644
--- a/.clang-format
+++ b/.clang-format
@@ -94,9 +94,10 @@ PenaltyExcessCharacter: 1000
 PenaltyReturnTypeOnItsOwnLine: 60
 PointerAlignment: Right
 RawStringFormats:
-  - Delimiter:       pb
-    Language:        TextProto
+  - Language:        TextProto
     BasedOnStyle:    google
+    Delimiters:
+      - pb
 ReflowComments: false
 SortIncludes:    true
 SortUsingDeclarations: true



_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to