diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-07 00:00:43 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-07 00:00:43 +0100 |
commit | 636882316b5191931e144212d93665c10859ac95 (patch) | |
tree | 740f76daceee5bff223b790a4eb91f4e59c5be61 /tools | |
parent | f0cccbe3285c039553e1fd8b5a5c7830d6087974 (diff) |
Some work on clang-tidy-ing things up
Diffstat (limited to 'tools')
-rw-r--r-- | tools/fix_line_endings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/fix_line_endings.py b/tools/fix_line_endings.py index 3a8aed6..ac38063 100644 --- a/tools/fix_line_endings.py +++ b/tools/fix_line_endings.py @@ -12,6 +12,7 @@ import time TO_FIX = [ ".bazelrc", ".clang-tidy", + ".clangd", ".gitignore", "**/*.hpp", "**/*.h", |