Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
phpstorm-settings
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Lang
phpstorm-settings
Commits
1eb65337
Commit
1eb65337
authored
Jul 02, 2019
by
Tomáš Lang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PS-2019.1.2 <tomas@saruman Update find.xml, filetypes.xml, Default.xml
parent
ae86a2c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
Default.xml
codestyles/Default.xml
+8
-1
filetypes.xml
filetypes.xml
+2
-0
find.xml
find.xml
+2
-0
No files found.
codestyles/Default.xml
View file @
1eb65337
<code_scheme
name=
"Default"
version=
"173"
/>
\ No newline at end of file
<code_scheme
name=
"Default"
version=
"173"
>
<codeStyleSettings
language=
"PHP"
>
<indentOptions>
<option
name=
"USE_TAB_CHARACTER"
value=
"true"
/>
<option
name=
"SMART_TABS"
value=
"true"
/>
</indentOptions>
</codeStyleSettings>
</code_scheme>
\ No newline at end of file
filetypes.xml
View file @
1eb65337
...
...
@@ -3,6 +3,8 @@
<extensionMap>
<mapping
pattern=
".env"
type=
"PLAIN_TEXT"
/>
<mapping
ext=
"latte"
type=
"PLAIN_TEXT"
/>
<mapping
ext=
"neon"
type=
"PLAIN_TEXT"
/>
<mapping
ext=
"gz"
type=
"PLAIN_TEXT"
/>
</extensionMap>
</component>
</application>
\ No newline at end of file
find.xml
View file @
1eb65337
...
...
@@ -2,6 +2,8 @@
<component
name=
"FindSettings"
>
<option
name=
"customScope"
value=
"All Places"
/>
<option
name=
"defaultScopeName"
value=
"All Places"
/>
<option
name=
"regularExpressions"
value=
"true"
/>
<option
name=
"REGULAR_EXPRESSIONS"
value=
"true"
/>
<option
name=
"SEARCH_SCOPE"
value=
"All Places"
/>
<mask>
*.properties
</mask>
<mask>
*.html
</mask>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment