StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
715 B
37 lines
715 B
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
tab_width = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[{*.json,*.json.example,*.gyp,*.yml,*.yaml,*.workflow}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[{*.py,*.asm}]
|
|
indent_style = space
|
|
|
|
[*.py]
|
|
indent_size = 4
|
|
|
|
[*.asm]
|
|
indent_size = 8
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
# Ideal settings - some plugins might support these.
|
|
[*.js]
|
|
quote_type = single
|
|
|
|
[{*.c,*.cc,*.h,*.hh,*.cpp,*.hpp,*.m,*.mm,*.mpp,*.js,*.java,*.go,*.rs,*.php,*.ng,*.jsx,*.ts,*.d,*.cs,*.swift}]
|
|
curly_bracket_next_line = false
|
|
spaces_around_operators = true
|
|
spaces_around_brackets = outside
|
|
# close enough to 1TB
|
|
indent_brace_style = K&R
|
|
|