spb/vquant Public MIT
VibeQuant — AI-powered institutional-grade financial intelligence platform.
TypeScript 84.3%
Python 11.7%
JavaScript 1.6%
CSS 1.5%
HTML 0.7%
1# =============================================================================2# VibeQuant (vquant) — AI-Powered Financial Intelligence Platform3# -----------------------------------------------------------------------------4# File: .editorconfig5#6# Author: Simon-Pierre Boucher7# Contact: contact@spboucher.ai8# Website: https://www.spboucher.ai9# Demo: https://www.vquant.ai10# License: MIT (see LICENSE)11#12# Copyright © 2026 Simon-Pierre Boucher. All rights reserved.13# =============================================================================1415root = true1617[*]18indent_style = space19indent_size = 220end_of_line = lf21charset = utf-822trim_trailing_whitespace = true23insert_final_newline = true2425[*.md]26trim_trailing_whitespace = false2728[*.py]29indent_size = 430