diff options
| author | Florian Dold <florian.dold@gmail.com> | 2016-02-29 18:03:02 +0100 |
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2016-02-29 18:03:02 +0100 |
| commit | c962e9402123900c53967c14cf809ea10576cdb8 (patch) | |
| tree | e7df9cfdd6fceae30fb99c8ec6be5e07c8b153a8 /ide | |
| parent | 30ee3320c788129b258ed8b42f4fc63d28431e2f (diff) | |
restructure
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/README | 1 | ||||
| -rw-r--r-- | ide/codeStyle.xml | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/ide/README b/ide/README deleted file mode 100644 index da819ea1e..000000000 --- a/ide/README +++ /dev/null @@ -1 +0,0 @@ -Settings and project files for IDEs and other tools should be stored here. diff --git a/ide/codeStyle.xml b/ide/codeStyle.xml deleted file mode 100644 index efb57f4e2..000000000 --- a/ide/codeStyle.xml +++ /dev/null @@ -1,44 +0,0 @@ -<code_scheme name="GNU Taler"> - <option name="RIGHT_MARGIN" value="80" /> - <option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="true" /> - <TypeScriptCodeStyleSettings> - <option name="SPACE_AFTER_TYPE_COLON" value="true" /> - <option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" /> - </TypeScriptCodeStyleSettings> - <XML> - <option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> - </XML> - <codeStyleSettings language="HTML"> - <indentOptions> - <option name="INDENT_SIZE" value="2" /> - <option name="CONTINUATION_INDENT_SIZE" value="4" /> - <option name="TAB_SIZE" value="2" /> - </indentOptions> - </codeStyleSettings> - <codeStyleSettings language="JavaScript"> - <indentOptions> - <option name="INDENT_SIZE" value="2" /> - <option name="CONTINUATION_INDENT_SIZE" value="2" /> - <option name="TAB_SIZE" value="2" /> - </indentOptions> - </codeStyleSettings> - <codeStyleSettings language="TypeScript"> - <option name="ALIGN_MULTILINE_CHAINED_METHODS" value="true" /> - <option name="ALIGN_MULTILINE_PARAMETERS_IN_CALLS" value="true" /> - <option name="ALIGN_MULTILINE_ARRAY_INITIALIZER_EXPRESSION" value="true" /> - <option name="CALL_PARAMETERS_WRAP" value="5" /> - <option name="PREFER_PARAMETERS_WRAP" value="true" /> - <option name="METHOD_PARAMETERS_WRAP" value="5" /> - <option name="METHOD_CALL_CHAIN_WRAP" value="5" /> - <option name="FOR_STATEMENT_WRAP" value="5" /> - <option name="ARRAY_INITIALIZER_WRAP" value="5" /> - <option name="ARRAY_INITIALIZER_LBRACE_ON_NEXT_LINE" value="true" /> - <option name="ARRAY_INITIALIZER_RBRACE_ON_NEXT_LINE" value="true" /> - <option name="IF_BRACE_FORCE" value="3" /> - <indentOptions> - <option name="INDENT_SIZE" value="2" /> - <option name="CONTINUATION_INDENT_SIZE" value="2" /> - <option name="TAB_SIZE" value="2" /> - </indentOptions> - </codeStyleSettings> -</code_scheme> |
