Export wrap on typing property as boolean

This commit is contained in:
Rustam Vishnyakov
2019-01-28 19:40:50 +03:00
parent 1e7c61c182
commit f3709c55b8
5 changed files with 34 additions and 2 deletions
@@ -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"
}
}
]