]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add right margin to codestyle file
authorLukas Reschke <lukas@owncloud.com>
Thu, 4 Dec 2014 15:08:27 +0000 (16:08 +0100)
committerLukas Reschke <lukas@owncloud.com>
Thu, 4 Dec 2014 15:09:30 +0000 (16:09 +0100)
Defaults to 120, we want 80 apparently

.idea/codeStyleSettings.xml

index 81f0715c2888b450f8b67f75631c0ab67396c7e7..56d8dfa034dac389c625384edf45f84cbc8c24b5 100644 (file)
@@ -3,6 +3,7 @@
   <component name="ProjectCodeStyleSettingsManager">
     <option name="PER_PROJECT_SETTINGS">
       <value>
+        <option name="RIGHT_MARGIN" value="80" />
         <PHPCodeStyleSettings>
           <option name="PHPDOC_BLANK_LINE_BEFORE_TAGS" value="true" />
           <option name="LOWER_CASE_BOOLEAN_CONST" value="true" />
@@ -46,7 +47,5 @@
       </value>
     </option>
     <option name="USE_PER_PROJECT_SETTINGS" value="true" />
-    <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default (1)" />
   </component>
-</project>
-
+</project>
\ No newline at end of file