diff options
author | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-10 18:47:46 +0300 |
---|---|---|
committer | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-07-13 17:59:30 +0300 |
commit | d9e7b5a0a4706669819e91dd19404891f437e6d8 (patch) | |
tree | 6d6639a1e36a5ed24f4c80be45f425498448daed /.idea/inspectionProfiles/profiles_settings.xml | |
parent | 513af27ac95939e659d337b02d94b096bad7d970 (diff) | |
download | dokka-d9e7b5a0a4706669819e91dd19404891f437e6d8.tar.gz dokka-d9e7b5a0a4706669819e91dd19404891f437e6d8.tar.bz2 dokka-d9e7b5a0a4706669819e91dd19404891f437e6d8.zip |
Gradle initial plugin implementation
Diffstat (limited to '.idea/inspectionProfiles/profiles_settings.xml')
-rw-r--r-- | .idea/inspectionProfiles/profiles_settings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000..8c1e55e8 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component name="InspectionProjectProfileManager"> + <settings> + <option name="PROJECT_PROFILE" value="Project Default" /> + <option name="USE_PROJECT_PROFILE" value="true" /> + <version value="1.0" /> + </settings> +</component>
\ No newline at end of file |