diff options
author | Allan Wang <me@allanwang.ca> | 2019-01-08 00:34:22 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-01-08 00:34:22 -0500 |
commit | edbbd9ae47edec0da4548727cd0992e15cdbda7f (patch) | |
tree | b83932d7ec26441c77f0b96d3af7d5cf194fcb34 /.idea/inspectionProfiles/ktlint.xml | |
parent | eb6f8f21614db5eedd443bb833884d4cd71ec52e (diff) | |
download | frost-edbbd9ae47edec0da4548727cd0992e15cdbda7f.tar.gz frost-edbbd9ae47edec0da4548727cd0992e15cdbda7f.tar.bz2 frost-edbbd9ae47edec0da4548727cd0992e15cdbda7f.zip |
Add acceptable idea files
Diffstat (limited to '.idea/inspectionProfiles/ktlint.xml')
-rw-r--r-- | .idea/inspectionProfiles/ktlint.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/inspectionProfiles/ktlint.xml b/.idea/inspectionProfiles/ktlint.xml new file mode 100644 index 00000000..2995f63a --- /dev/null +++ b/.idea/inspectionProfiles/ktlint.xml @@ -0,0 +1,6 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="ktlint" /> + <inspection_tool class="RedundantSemicolon" enabled="true" level="ERROR" enabled_by_default="true" /> + </profile> +</component>
\ No newline at end of file |