Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Moumné <julien@piwik.org>2013-04-14 15:07:35 +0400
committerJulien Moumné <julien@piwik.org>2013-04-14 15:07:35 +0400
commitd47ce3e36dce8860083c017a57b4910ce80f0fba (patch)
tree881f78c6f88ca2e8bc75c8c9dac2a8908f5c3749 /misc/others
parentea5450340cdd1497f52038f598b5acdb8b00839f (diff)
use unix line separator instead of system dependent
Diffstat (limited to 'misc/others')
-rw-r--r--misc/others/phpstorm-codestyles/Piwik_codestyle.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/others/phpstorm-codestyles/Piwik_codestyle.xml b/misc/others/phpstorm-codestyles/Piwik_codestyle.xml
index a2d7949a60..eea2435491 100644
--- a/misc/others/phpstorm-codestyles/Piwik_codestyle.xml
+++ b/misc/others/phpstorm-codestyles/Piwik_codestyle.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<code_scheme name="Piwik-codestyle">
+ <option name="LINE_SEPARATOR" value="&#10;" />
<option name="RIGHT_MARGIN" value="160" />
<PHPCodeStyleSettings>
<option name="ALIGN_KEY_VALUE_PAIRS" value="true" />