From 161cb6bc457f7b0530837e3ab9da0c9e6e98f60f Mon Sep 17 00:00:00 2001 From: Miguel Prada <miguel.prada@tecnalia.com> Date: Tue, 3 Dec 2019 12:11:35 +0100 Subject: [PATCH] Add comment to clang-format file pointing to its source --- clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/clang-format b/clang-format index 56a30d3..ebcd8ad 100644 --- a/clang-format +++ b/clang-format @@ -1,4 +1,5 @@ --- +# Format file from: https://github.com/davetcoleman/roscpp_code_format (bfa4ea78b4ac856da07458c8824bf5eb327ea693) BasedOnStyle: Google AccessModifierOffset: -2 ConstructorInitializerIndentWidth: 2 -- GitLab