Skip to content

Commit

Permalink
Remove duplicated line in editorconfig for dropbox style (#456)
Browse files Browse the repository at this point in the history
Summary:
Remove `ij_java_names_count_to_use_import_on_demand = 9999` in `.editorconfig-dropbox`

Pull Request resolved: #456

Reviewed By: cortinico

Differential Revision: D56152253

Pulled By: hick209

fbshipit-source-id: 6c01241429eda27e33b5c40637d2a063167f6afb
  • Loading branch information
sabufung30 authored and facebook-github-bot committed Apr 18, 2024
1 parent fad9d0d commit 32bdde5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/editorconfig/.editorconfig-dropbox
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ ij_kotlin_method_parameters_right_paren_on_new_line = true
ij_kotlin_method_parameters_wrap = on_every_item
ij_kotlin_name_count_to_use_star_import = 9999
ij_kotlin_name_count_to_use_star_import_for_members = 9999
ij_java_names_count_to_use_import_on_demand = 9999
ij_kotlin_parameter_annotation_wrap = off
ij_kotlin_space_after_comma = true
ij_kotlin_space_after_extend_colon = true
Expand Down

0 comments on commit 32bdde5

Please sign in to comment.