diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-09-04 12:06:55 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 12:06:55 +0530 |
commit | e731943437861f2eeac4d8a442f512065be2a0e7 (patch) | |
tree | f38e1fcb4fd3623cc9b2f203f0ec9a7b35b760bd /.idea | |
parent | b7f58cfb6e832cb4fdfbfaf59a134ac383ff7487 (diff) |
Revamp onboarding logic (#1068)
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/codeStyles/Project.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index b82dc0ea..f1b342f5 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -55,6 +55,7 @@ </indentOptions> </codeStyleSettings> <codeStyleSettings language="XML"> + <option name="WRAP_ON_TYPING" value="0" /> <indentOptions> <option name="CONTINUATION_INDENT_SIZE" value="4" /> </indentOptions> |