diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-12-04 16:08:27 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-12-04 16:09:30 +0100 |
commit | 15be763d46d56c57d4f0def7745bb02d513e3a38 (patch) | |
tree | 01d967e9da49db95a6df463ed92db4c0c87bb00d /.idea/codeStyleSettings.xml | |
parent | e9f0b3002367e34f240405051d842102e01e73c3 (diff) | |
download | nextcloud-server-15be763d46d56c57d4f0def7745bb02d513e3a38.tar.gz nextcloud-server-15be763d46d56c57d4f0def7745bb02d513e3a38.zip |
Add right margin to codestyle file
Defaults to 120, we want 80 apparently
Diffstat (limited to '.idea/codeStyleSettings.xml')
-rw-r--r-- | .idea/codeStyleSettings.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml index 81f0715c288..56d8dfa034d 100644 --- a/.idea/codeStyleSettings.xml +++ b/.idea/codeStyleSettings.xml @@ -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 |