mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 04:27:39 +03:00
Add ClangFormat exceptions
This commit is contained in:
parent
0b6eb3b30e
commit
3eb917055e
10 changed files with 37 additions and 17 deletions
|
@ -16,7 +16,7 @@
|
|||
set(EXCLUDED_DIRS
|
||||
# third-party directories
|
||||
zxcvbn/
|
||||
http/qhttp/
|
||||
http/
|
||||
streams/QtIOCompressor
|
||||
# objective-c directories
|
||||
autotype/mac
|
||||
|
@ -28,6 +28,11 @@ set(EXCLUDED_FILES
|
|||
streams/qtiocompressor.h
|
||||
gui/KMessageWidget.h
|
||||
gui/KMessageWidget.cpp
|
||||
gui/MainWindowAdaptor.h
|
||||
gui/MainWindowAdaptor.cpp
|
||||
sshagent/bcrypt_pbkdf.cpp
|
||||
sshagent/blf.h
|
||||
sshagent/blowfish.c
|
||||
tests/modeltest.cpp
|
||||
tests/modeltest.h
|
||||
# objective-c files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue