diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-13 14:05:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 14:05:23 -0700 |
commit | ace51697528fc05bad88eddf4dea6fe52ca008ba (patch) | |
tree | 9c1977db7018c710ae6080687cff5e4cabc5d260 /.idea | |
parent | dc409d14c26a9cb6be4eecfb59e56f37207572c8 (diff) | |
parent | 1af2414105b33e92b7a9902b016aa7f4a9b3c869 (diff) | |
download | frost-ace51697528fc05bad88eddf4dea6fe52ca008ba.tar.gz frost-ace51697528fc05bad88eddf4dea6fe52ca008ba.tar.bz2 frost-ace51697528fc05bad88eddf4dea6fe52ca008ba.zip |
Merge pull request #1437 from AllanWang/plugin
Plugin
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/kotlinScripting.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/kotlinScripting.xml b/.idea/kotlinScripting.xml new file mode 100644 index 00000000..a6fe551d --- /dev/null +++ b/.idea/kotlinScripting.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="KotlinScriptingSettings"> + <option name="isAutoReloadEnabled" value="true" /> + </component> +</project>
\ No newline at end of file |