Skip to content

Instantly share code, notes, and snippets.

@nabinno
Last active July 30, 2017 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nabinno/f4af7b37404102cc0ad5fc9d2783b169 to your computer and use it in GitHub Desktop.
Save nabinno/f4af7b37404102cc0ad5fc9d2783b169 to your computer and use it in GitHub Desktop.
.rufo
align_assignments false
align_case_when false
align_chained_calls true
align_comments true
align_hash_keys false
double_newline_inside_type :no
indent_size 2
parens_in_def :yes
spaces_after_comma :one
spaces_after_lambda_arrow :one
spaces_around_binary :one
spaces_around_block_brace :one
spaces_around_dot :no
spaces_around_equal :one
spaces_around_hash_arrow :one
spaces_around_unary :no
spaces_around_when :one
spaces_in_commands :one
spaces_in_suffix :one
spaces_in_ternary :one
spaces_inside_array_bracket :never
spaces_inside_hash_brace :always
trailing_commas :never
visibility_indent :align
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment