summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-10-29 20:20:12 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-10-29 20:20:12 +0100
commit1c2a6721a727c3909b971b31a32a1ca606f18917 (patch)
treec67841f093b1031143c368a44cab9f3be2fd6440 /.idea
parentba998adca8653166d4b6d4011963f5c0544aaed8 (diff)
downloadlibeufin-1c2a6721a727c3909b971b31a32a1ca606f18917.tar.gz
libeufin-1c2a6721a727c3909b971b31a32a1ca606f18917.tar.bz2
libeufin-1c2a6721a727c3909b971b31a32a1ca606f18917.zip
move to custom JAXB in kotlin, lots of refactoring
Diffstat (limited to '.idea')
-rw-r--r--.idea/dictionaries/dold.xml1
-rw-r--r--.idea/inspectionProfiles/Project_Default.xml8
-rw-r--r--.idea/misc.xml2
3 files changed, 10 insertions, 1 deletions
diff --git a/.idea/dictionaries/dold.xml b/.idea/dictionaries/dold.xml
index bef93377..8a95d7e2 100644
--- a/.idea/dictionaries/dold.xml
+++ b/.idea/dictionaries/dold.xml
@@ -1,6 +1,7 @@
<component name="ProjectDictionaryState">
<dictionary name="dold">
<words>
+ <w>affero</w>
<w>ebics</w>
</words>
</dictionary>
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 00000000..dcb5f6b0
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,8 @@
+<component name="InspectionProjectProfileManager">
+ <profile version="1.0">
+ <option name="myName" value="Project Default" />
+ <inspection_tool class="PropertyName" enabled="true" level="WEAK WARNING" enabled_by_default="true">
+ <option name="namePattern" value="_?[a-z][A-Za-z\d]*" />
+ </inspection_tool>
+ </profile>
+</component> \ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index c1d4bf54..4663731b 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
- <component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="false" project-jdk-name="12" project-jdk-type="JavaSDK" />
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="false" project-jdk-name="11" project-jdk-type="JavaSDK" />
</project> \ No newline at end of file