exclude *.patch files from auto-editing. (#473)

Signed-off-by: Paul Philippov <themactep@gmail.com>
pull/477/head
Paul Philippov 2022-09-19 13:02:31 -04:00 committed by GitHub
parent b197ac842a
commit d5260cd73c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,5 @@
root = true
[*]
charset = utf-8
end_of_line = lf
@ -1278,3 +1280,18 @@ 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
[*.patch]
end_of_line = unset
indent_size = unset
indent_style = unset
insert_final_newline = unset
max_line_length = unset
tab_width = unset
trim_trailing_whitespace = unset
ij_continuation_indent_size = unset
ij_formatter_tags_enabled = unset
ij_smart_tabs = unset
ij_visual_guides = unset
ij_wrap_on_typing = unset
ij_formatter_enabled = false