Created
April 4, 2018 09:33
-
-
Save sadikovi/ebbc533110aefb75f1f45bc0dcb0fe7d to your computer and use it in GitHub Desktop.
Rust format for parquet-rs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
max_width = 90 | |
hard_tabs = false | |
tab_spaces = 2 | |
newline_style = "Unix" | |
indent_style = "Block" | |
use_small_heuristics = false | |
format_strings = false | |
wrap_comments = true | |
comment_width = 90 | |
normalize_comments = true | |
empty_item_single_line = true | |
struct_lit_single_line = true | |
fn_single_line = false | |
where_single_line = false | |
imports_indent = "Visual" | |
imports_layout = "Mixed" | |
reorder_extern_crates = true | |
reorder_extern_crates_in_group = true | |
reorder_imports = true | |
reorder_imports_in_group = true | |
reorder_imported_names = true | |
reorder_modules = false | |
binop_separator = "Back" | |
type_punctuation_density = "Wide" | |
space_before_colon = false | |
space_after_colon = true | |
spaces_around_ranges = false | |
spaces_within_parens_and_brackets = false | |
combine_control_expr = true | |
struct_field_align_threshold = 0 | |
remove_blank_lines_at_start_or_end_of_block = true | |
match_arm_blocks = true | |
force_multiline_blocks = false | |
fn_args_density = "Tall" | |
brace_style = "SameLineWhere" | |
control_brace_style = "AlwaysSameLine" | |
trailing_comma = "Never" | |
trailing_semicolon = true | |
match_block_trailing_comma = true | |
blank_lines_upper_bound = 2 | |
blank_lines_lower_bound = 0 | |
merge_derives = true | |
use_try_shorthand = false | |
condense_wildcard_suffixes = false | |
force_explicit_abi = true | |
use_field_init_shorthand = false | |
write_mode = "Overwrite" | |
color = "Auto" | |
# required_version = "0.3.8" | |
unstable_features = true | |
disable_all_formatting = false | |
skip_children = false | |
hide_parse_errors = false | |
error_on_line_overflow = true | |
error_on_unformatted = true | |
report_todo = "Never" | |
report_fixme = "Never" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment