Configuring project code style for JetBrains and other IDEs.

Adding EditorConfig support.

Updating .gitignore
This commit is contained in:
richseviora
2016-09-05 13:07:00 -07:00
parent 7dc38a89e7
commit e066a562c5
8 changed files with 115 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="EqualityComparisonWithCoercionJS" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>

View File

@ -0,0 +1,7 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="PROJECT_PROFILE" value="Project Default" />
<option name="USE_PROJECT_PROFILE" value="true" />
<version value="1.0" />
</settings>
</component>