mirror of
https://github.com/verilator/verilator.git
synced 2025-07-31 07:56:10 +00:00
31 lines
587 B
TOML
31 lines
587 B
TOML
# mbake configuration file
|
|
|
|
[formatter]
|
|
# Indentation settings
|
|
use_tabs = true
|
|
tab_width = 2
|
|
|
|
# Spacing settings
|
|
space_around_assignment = true
|
|
space_before_colon = false
|
|
space_after_colon = true
|
|
|
|
# Line continuation settings
|
|
normalize_line_continuations = true
|
|
max_line_length = 100
|
|
|
|
# PHONY settings
|
|
group_phony_declarations = false
|
|
phony_at_top = false
|
|
auto_insert_phony_declarations = false
|
|
|
|
# General settings
|
|
remove_trailing_whitespace = true
|
|
ensure_final_newline = true
|
|
normalize_empty_lines = true
|
|
max_consecutive_empty_lines = 2
|
|
|
|
# Global settings
|
|
debug = false
|
|
verbose = false
|