mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Removed trailing spaces
This commit is contained in:
parent
a4c1114f0d
commit
a2da8c8c4d
3 changed files with 17 additions and 16 deletions
|
@ -14,7 +14,7 @@
|
|||
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ignoredPackages">
|
||||
<value>
|
||||
<list size="9">
|
||||
<list size="11">
|
||||
<item index="0" class="java.lang.String" itemvalue="urllib3" />
|
||||
<item index="1" class="java.lang.String" itemvalue="tomli" />
|
||||
<item index="2" class="java.lang.String" itemvalue="python3-pythondialog" />
|
||||
|
@ -24,6 +24,8 @@
|
|||
<item index="6" class="java.lang.String" itemvalue="requests" />
|
||||
<item index="7" class="java.lang.String" itemvalue="PySocks" />
|
||||
<item index="8" class="java.lang.String" itemvalue="notify2" />
|
||||
<item index="9" class="java.lang.String" itemvalue="mkdocs-terminal" />
|
||||
<item index="10" class="java.lang.String" itemvalue="mkdocs" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
|
|
|
@ -7,9 +7,8 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Fixed changelog format">
|
||||
<change afterPath="$PROJECT_DIR$/chf.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Remove trailing spaces">
|
||||
<change beforePath="$PROJECT_DIR$/docs/changelog.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/changelog.md" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -50,18 +49,18 @@
|
|||
<option name="showLibraryContents" value="true" />
|
||||
<option name="showMembers" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent"><![CDATA[{
|
||||
"keyToString": {
|
||||
"ASKED_ADD_EXTERNAL_FILES": "true",
|
||||
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"dart.analysis.tool.window.visible": "false",
|
||||
"git-widget-placeholder": "site",
|
||||
"last_opened_file_path": "/home/dslackw/Gitlab/slpkg",
|
||||
"run.code.analysis.last.selected.profile": "aDefault",
|
||||
"settings.editor.selected.configurable": "cn.yiiguxing.plugin.translate"
|
||||
<component name="PropertiesComponent">{
|
||||
"keyToString": {
|
||||
"ASKED_ADD_EXTERNAL_FILES": "true",
|
||||
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"dart.analysis.tool.window.visible": "false",
|
||||
"git-widget-placeholder": "site",
|
||||
"last_opened_file_path": "/home/dslackw/Gitlab/slpkg",
|
||||
"run.code.analysis.last.selected.profile": "aDefault",
|
||||
"settings.editor.selected.configurable": "cn.yiiguxing.plugin.translate"
|
||||
}
|
||||
}]]></component>
|
||||
}</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="$PROJECT_DIR$" />
|
||||
|
|
|
@ -2227,4 +2227,4 @@ or directory)
|
|||
|
||||
### 0.0.1 - 07/05/2014
|
||||
Notes:
|
||||
* Released version 0.0.1, development status Alpha
|
||||
* Released version 0.0.1, development status Alpha
|
||||
|
|
Loading…
Reference in a new issue