mirror of https://github.com/OpenIPC/firmware.git
exclude *.patch files from auto-editing.
Signed-off-by: Paul Philippov <themactep@gmail.com>pull/471/head
parent
7d8f8d1f02
commit
00fd7f8c48
|
@ -1,3 +1,5 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
@ -1278,3 +1280,18 @@ ij_yaml_sequence_on_new_line = false
|
||||||
ij_yaml_space_before_colon = false
|
ij_yaml_space_before_colon = false
|
||||||
ij_yaml_spaces_within_braces = true
|
ij_yaml_spaces_within_braces = true
|
||||||
ij_yaml_spaces_within_brackets = 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