Files
QuanTAlib/.config/dotnet-tools.json
T
Miha Kralj 13d7c1215d Refactor code formatting and improve consistency across various test files
- Removed unnecessary blank lines in multiple test files to enhance readability.
- Ensured consistent spacing and formatting in the `Trima`, `Usf`, `Vidya`, `Wma`, and `Atr` test classes.
- Updated comments for clarity and consistency in the `Atr` and `Adl` classes.
- Adjusted project files for better structure and maintainability.
2025-12-28 17:44:08 -08:00

13 lines
195 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "6.5.1",
"commands": [
"dotnet-gitversion"
],
"rollForward": false
}
}
}