diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-09 14:53:11 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-18 11:40:30 +0530 |
commit | 774fda83ac276a635e3402034b1eedbd10be916f (patch) | |
tree | 57783a953fcd193d32f1e3dc8df26e07f03df328 /.idea | |
parent | be31ae37f443982b377d027cd613f04d0926568d (diff) |
all: reformat with ktfmt
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/codeStyles/Project.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index c21a1678..236614aa 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -4,7 +4,7 @@ <option name="LINE_SEPARATOR" value=" " /> <option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="true" /> <option name="FORMATTER_TAGS_ENABLED" value="true" /> - <option name="SOFT_MARGINS" value="100" /> + <option name="SOFT_MARGINS" value="120" /> <option name="DO_NOT_FORMAT"> <list> <fileSet type="namedScope" name="third_party" pattern="src[Android-Password-Store.app]:mozilla.components.lib.publicsuffixlist..*" /> @@ -161,7 +161,7 @@ </codeStyleSettings> <codeStyleSettings language="kotlin"> <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> - <option name="RIGHT_MARGIN" value="100" /> + <option name="RIGHT_MARGIN" value="120" /> <option name="KEEP_BLANK_LINES_IN_DECLARATIONS" value="0" /> <option name="KEEP_BLANK_LINES_IN_CODE" value="0" /> <option name="KEEP_BLANK_LINES_BEFORE_RBRACE" value="0" /> @@ -183,4 +183,4 @@ </indentOptions> </codeStyleSettings> </code_scheme> -</component>
\ No newline at end of file +</component> |