forked from Orchid/orchid
Updated everything and moved to hard tab indentation
This commit is contained in:
@@ -1,16 +1,20 @@
|
||||
# meta
|
||||
format_code_in_doc_comments = true
|
||||
unstable_features = true
|
||||
version = "Two"
|
||||
style_edition = "2024"
|
||||
|
||||
# space
|
||||
tab_spaces = 2
|
||||
hard_tabs = true
|
||||
max_width = 100
|
||||
error_on_line_overflow = true
|
||||
error_on_unformatted = true
|
||||
format_macro_matchers = true
|
||||
newline_style = "Unix"
|
||||
normalize_comments = true
|
||||
wrap_comments = true
|
||||
comment_width = 80
|
||||
doc_comment_code_block_width = 80
|
||||
overflow_delimited_expr = true
|
||||
use_small_heuristics = "Max"
|
||||
fn_single_line = true
|
||||
|
||||
Reference in New Issue
Block a user