summaryrefslogtreecommitdiff
path: root/javaStyle.xml
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2018-07-27 23:20:44 +0100
committerDico200 <dico.karssiens@gmail.com>2018-07-27 23:20:44 +0100
commit2a726e1b618b38e635b249d7d09000ec2ea9ac17 (patch)
treec370942595e36ffce24e0873c710c06110973a17 /javaStyle.xml
parenta9c19ff5cfbf6d99d46cc38d0e294275cdc7f61e (diff)
Work on commands a bit more
Diffstat (limited to 'javaStyle.xml')
-rw-r--r--javaStyle.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/javaStyle.xml b/javaStyle.xml
new file mode 100644
index 0000000..ec482f0
--- /dev/null
+++ b/javaStyle.xml
@@ -0,0 +1,39 @@
+<code_scheme name="Dico" version="173">
+ <option name="RIGHT_MARGIN" value="150" />
+ <option name="FORMATTER_TAGS_ENABLED" value="true" />
+ <JavaCodeStyleSettings>
+ <option name="REPLACE_INSTANCEOF" value="true" />
+ <option name="REPLACE_CAST" value="true" />
+ <option name="ANNOTATION_PARAMETER_WRAP" value="1" />
+ <option name="ALIGN_MULTILINE_ANNOTATION_PARAMETERS" value="true" />
+ </JavaCodeStyleSettings>
+ <XML>
+ <option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
+ </XML>
+ <codeStyleSettings language="JAVA">
+ <option name="METHOD_ANNOTATION_WRAP" value="1" />
+ <option name="FIELD_ANNOTATION_WRAP" value="1" />
+ <option name="VARIABLE_ANNOTATION_WRAP" value="1" />
+ <arrangement>
+ <groups>
+ <group>
+ <type>GETTERS_AND_SETTERS</type>
+ <order>KEEP</order>
+ </group>
+ <group>
+ <type>OVERRIDDEN_METHODS</type>
+ <order>KEEP</order>
+ </group>
+ <group>
+ <type>DEPENDENT_METHODS</type>
+ <order>DEPTH_FIRST</order>
+ </group>
+ </groups>
+ </arrangement>
+ </codeStyleSettings>
+ <codeStyleSettings language="Scala">
+ <indentOptions>
+ <option name="KEEP_INDENTS_ON_EMPTY_LINES" value="true" />
+ </indentOptions>
+ </codeStyleSettings>
+</code_scheme> \ No newline at end of file