diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-06-04 10:58:51 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-06-04 10:58:51 +0200 |
commit | 962cd50ae734f2adf80ee248eb604891bf741aff (patch) | |
tree | 134c93666c283837f8c3e969783daa5c55bb350b /.idea | |
parent | 4ab77f90d2645f503f077903020c6bd56415294a (diff) | |
download | nextcloud-server-962cd50ae734f2adf80ee248eb604891bf741aff.tar.gz nextcloud-server-962cd50ae734f2adf80ee248eb604891bf741aff.zip |
add phpstorm code style
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/codeStyleSettings.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml new file mode 100644 index 00000000000..421bb563c0e --- /dev/null +++ b/.idea/codeStyleSettings.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectCodeStyleSettingsManager"> + <option name="PER_PROJECT_SETTINGS"> + <value> + <PHPCodeStyleSettings> + <option name="PHPDOC_BLANK_LINE_BEFORE_TAGS" value="true" /> + <option name="LOWER_CASE_BOOLEAN_CONST" value="true" /> + <option name="LOWER_CASE_NULL_CONST" value="true" /> + </PHPCodeStyleSettings> + <XML> + <option name="XML_KEEP_BLANK_LINES" value="1" /> + <option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> + </XML> + <codeStyleSettings language="CSS"> + <indentOptions> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="HTML"> + <indentOptions> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="JavaScript"> + <option name="SPACE_BEFORE_METHOD_PARENTHESES" value="true" /> + <indentOptions> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="PHP"> + <option name="CLASS_BRACE_STYLE" value="1" /> + <option name="METHOD_BRACE_STYLE" value="1" /> + <option name="DOWHILE_BRACE_FORCE" value="3" /> + <option name="WHILE_BRACE_FORCE" value="3" /> + <option name="FOR_BRACE_FORCE" value="3" /> + <indentOptions> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="XML"> + <indentOptions> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> + </codeStyleSettings> + </value> + </option> + <option name="USE_PER_PROJECT_SETTINGS" value="true" /> + </component> +</project> + |