QodeAssist/context
Povilas Kanapickas 61196cae90
chore: Run clang-format over the codebase (#82)
This commit is a result of the following commands:

clang-format-19 --style=file -i $(git ls-files | fgrep .cpp)
clang-format-19 --style=file -i $(git ls-files | fgrep .hpp)
2025-03-02 22:44:20 +01:00
..
ChangesManager.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
ChangesManager.h chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
CMakeLists.txt feat: Add language-specific LLM preset configuration 2025-02-02 22:57:18 +01:00
ContentFile.hpp Upgrade to version 0.4.4 2025-01-08 02:05:25 +01:00
ContextManager.cpp feat: Add Google AI provider and template 2025-02-25 14:26:56 +01:00
ContextManager.hpp feat: Add Google AI provider and template 2025-02-25 14:26:56 +01:00
DocumentContextReader.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
DocumentContextReader.hpp Upgrade to version 0.4.4 2025-01-08 02:05:25 +01:00
ProgrammingLanguage.cpp feat: Add language-specific LLM preset configuration 2025-02-02 22:57:18 +01:00
ProgrammingLanguage.hpp feat: Add language-specific LLM preset configuration 2025-02-02 22:57:18 +01:00
TokenUtils.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
TokenUtils.hpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00