diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-12-23 11:44:55 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-12-23 11:44:55 -0500 |
| commit | d09cf91baeb68915c5730ae1f9ca6a35e8292117 (patch) | |
| tree | 581dfbaf31df4551fdb019a6963e8b7742f06a2c /.idea | |
| parent | ece4522984563cff4589aa6eb46e7ace9205907a (diff) | |
| download | AleeBot-d09cf91baeb68915c5730ae1f9ca6a35e8292117.tar.gz AleeBot-d09cf91baeb68915c5730ae1f9ca6a35e8292117.tar.bz2 AleeBot-d09cf91baeb68915c5730ae1f9ca6a35e8292117.zip | |
fixed help and added a new command
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..eb6a880 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,10 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="Project Default" /> + <inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true"> + <Languages> + <language minSize="86" name="JavaScript" /> + </Languages> + </inspection_tool> + </profile> +</component>
\ No newline at end of file |
