mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-12 22:53:27 +00:00
- Created pixi.toml for project metadata and dependencies management. - Added formatting script (fmt.cmake) to ensure consistent CMake file formatting. - Implemented benchmark execution script (run.benchmark.cmake) to run benchmark tests. - Developed example execution script (run.examples.cmake) to run example applications. - Created unit test execution script (run.unit.tests.cmake) to run unit tests. removed lock file
26 lines
512 B
Plaintext
26 lines
512 B
Plaintext
format:
|
|
line_width: 100
|
|
tab_size: 4
|
|
use_tabchars: false
|
|
max_subgroups_hwrap: 3
|
|
max_pargs_hwrap: 5
|
|
separate_ctrl_name_with_space: false
|
|
separate_fn_name_with_space: false
|
|
dangle_parens: false
|
|
dangle_align: child
|
|
line_ending: unix
|
|
command_case: canonical
|
|
keyword_case: upper
|
|
enable_sort: true
|
|
autosort: true
|
|
markup:
|
|
bullet_char: "*"
|
|
enum_char: .
|
|
enable_markup: false
|
|
additional_commands:
|
|
target_link_libraries:
|
|
kwargs:
|
|
PUBLIC: "*"
|
|
SHARED: "*"
|
|
PRIVATE: "*"
|