1
0
mirror of synced 2025-12-19 18:14:56 -05:00

ignore webapp from editorconfig changes (#9164)

This commit is contained in:
Jared Rhizor
2021-12-28 11:29:38 -08:00
committed by GitHub
parent 8c84ad2976
commit 88f8fe9d96

View File

@@ -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