Skip to content

Commit

Permalink
ignore webapp from editorconfig changes (#9164)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor committed Dec 28, 2021
1 parent 8c84ad2 commit 88f8fe9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,13 @@ ij_yaml_sequence_on_new_line = false
ij_yaml_space_before_colon = false
ij_yaml_spaces_within_braces = true
ij_yaml_spaces_within_brackets = true

# don't interfere with prettier default formatting for webapp
# see https://prettier.io/docs/en/api.html#prettierresolveconfigfilepath--options
# for options that we're disabling
[/airbyte-webapp/**]
end_of_line = unset
indent_style = unset
indent_size = unset
tab_width = unset
max_line_length = unset

0 comments on commit 88f8fe9

Please sign in to comment.