diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-12-22 10:06:16 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-12-22 10:06:16 -0500 |
| commit | 36eb07fec7646012a711198ee8bfb3598e9e811f (patch) | |
| tree | 10cfc2964508757fe89a52c5f0ad5144dd38b9c0 /.idea | |
| parent | 865c0495f30020793af1d3e277c97c8b81606f61 (diff) | |
| download | AleeBot-36eb07fec7646012a711198ee8bfb3598e9e811f.tar.gz AleeBot-36eb07fec7646012a711198ee8bfb3598e9e811f.tar.bz2 AleeBot-36eb07fec7646012a711198ee8bfb3598e9e811f.zip | |
Added slowdown
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/codeStyles/codeStyleConfig.xml | 5 | ||||
| -rw-r--r-- | .idea/discord.xml | 2 | ||||
| -rw-r--r-- | .idea/jsLibraryMappings.xml | 6 |
3 files changed, 12 insertions, 1 deletions
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ +<component name="ProjectCodeStyleConfiguration"> + <state> + <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" /> + </state> +</component>
\ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml index 59b11d1..a04e4e5 100644 --- a/.idea/discord.xml +++ b/.idea/discord.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="DiscordProjectSettings"> - <option name="show" value="true" /> + <option name="show" value="PROJECT_FILES" /> </component> <component name="ProjectNotificationSettings"> <option name="askShowProject" value="false" /> diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..d23208f --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="JavaScriptLibraryMappings"> + <includedPredefinedLibrary name="Node.js Core" /> + </component> +</project>
\ No newline at end of file |
