Skip to content
Snippets Groups Projects
Verified Commit 6f20681d authored by Torsten Grote's avatar Torsten Grote
Browse files

Add trailing comma to code style

parent 293d3795
No related branches found
No related tags found
1 merge request!239Add trailing comma to code style
Pipeline #12091 passed
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
</option> </option>
<option name="NAME_COUNT_TO_USE_STAR_IMPORT" value="2147483647" /> <option name="NAME_COUNT_TO_USE_STAR_IMPORT" value="2147483647" />
<option name="NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS" value="2147483647" /> <option name="NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS" value="2147483647" />
<option name="ALLOW_TRAILING_COMMA" value="true" />
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
</JetCodeStyleSettings> </JetCodeStyleSettings>
<Properties> <Properties>
......
...@@ -42,4 +42,4 @@ ...@@ -42,4 +42,4 @@
<module name="briar-desktop.desktop.test" target="17" /> <module name="briar-desktop.desktop.test" target="17" />
</bytecodeTargetLevel> </bytecodeTargetLevel>
</component> </component>
</project> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment