Skip to content

Commit

Permalink
Allow lowercased C macro in clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Sep 21, 2024
1 parent 49d9ceb commit 101dcbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions home/nvim/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ CheckOptions:
- key: readability-identifier-naming.VariableCase
value: lower_case

- key: readability-identifier-naming.MacroDefinitionCase
value: UPPER_CASE
- key: readability-identifier-naming.GlobalVariableCase
value: UPPER_CASE

Expand Down

0 comments on commit 101dcbc

Please sign in to comment.