mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Export wrap on typing property as boolean
This commit is contained in:
@@ -258,7 +258,8 @@
|
||||
"while_on_new_line": "false",
|
||||
"wrap_comments": "false",
|
||||
"wrap_first_method_in_call_chain": "false",
|
||||
"wrap_long_lines": "false"
|
||||
"wrap_long_lines": "false",
|
||||
"wrap_on_typing": "true"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -241,7 +241,8 @@
|
||||
"while_on_new_line": "false",
|
||||
"wrap_comments": "false",
|
||||
"wrap_first_method_in_call_chain": "false",
|
||||
"wrap_long_lines": "false"
|
||||
"wrap_long_lines": "false",
|
||||
"wrap_on_typing": "true"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user