mirror of https://github.com/OpenIPC/firmware.git
exclude *.patch files from auto-editing. (#473)
Signed-off-by: Paul Philippov <themactep@gmail.com>pull/477/head
parent
b197ac842a
commit
d5260cd73c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue