| 1 | # Suffixes supported by clang-format. |
|---|---|
| 2 | config.suffixes = ['.c', '.cc', '.cpp', '.h', '.m', '.mm', '.java', '.js', |
| 3 | '.ts', '.proto', '.protodevel', '.pb.txt', '.textproto', |
| 4 | '.textpb', '.asciipb', '.td'] |
| 5 |
| 1 | # Suffixes supported by clang-format. |
|---|---|
| 2 | config.suffixes = ['.c', '.cc', '.cpp', '.h', '.m', '.mm', '.java', '.js', |
| 3 | '.ts', '.proto', '.protodevel', '.pb.txt', '.textproto', |
| 4 | '.textpb', '.asciipb', '.td'] |
| 5 |