Annotate *.inc c++ files so they are recognized as such.

Since *.inc is not a common filename suffix, editors and
other tools might not recognize these as c++ and would
not offer language speficific features such as
syntax-highlighting.

This uses the commonly used -*- c++ -*- annotation recongized
by many tools.

PiperOrigin-RevId: 506953120
pull/11804/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent e89747c6ec
commit 435e04a352
  1. 1
      src/google/protobuf/compiler/cpp/unittest.inc
  2. 1
      src/google/protobuf/map_test.inc
  3. 1
      src/google/protobuf/map_test_util.inc
  4. 1
      src/google/protobuf/message_unittest.inc
  5. 1
      src/google/protobuf/port_def.inc
  6. 1
      src/google/protobuf/port_undef.inc
  7. 1
      src/google/protobuf/proto3_lite_unittest.inc
  8. 1
      src/google/protobuf/test_util.inc
  9. 1
      src/google/protobuf/wire_format_unittest.inc

@ -1,3 +1,4 @@
// -*- c++ -*-
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/

@ -1,3 +1,4 @@
// -*- c++ -*-
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/

@ -1,3 +1,4 @@
// -*- c++ -*-
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/

@ -1,3 +1,4 @@
// -*- c++ -*-
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/

@ -1,3 +1,4 @@
// -*- c++ -*-
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/

@ -1,3 +1,4 @@
// -*- c++ -*-
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/

@ -1,3 +1,4 @@
// -*- c++ -*-
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/

@ -1,3 +1,4 @@
// -*- c++ -*-
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/

@ -1,3 +1,4 @@
// -*- c++ -*-
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/

Loading…
Cancel
Save