tabs, not spaces <_<
This commit is contained in:
parent
02dc582193
commit
fef4151538
|
@ -0,0 +1,12 @@
|
|||
<component name="ProjectCodeStyleConfiguration">
|
||||
<code_scheme name="Project" version="173">
|
||||
<codeStyleSettings language="JAVA">
|
||||
<option name="CALL_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
|
||||
<option name="CALL_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" />
|
||||
<indentOptions>
|
||||
<option name="CONTINUATION_INDENT_SIZE" value="4" />
|
||||
<option name="USE_TAB_CHARACTER" value="true" />
|
||||
</indentOptions>
|
||||
</codeStyleSettings>
|
||||
</code_scheme>
|
||||
</component>
|
|
@ -0,0 +1,5 @@
|
|||
<component name="ProjectCodeStyleConfiguration">
|
||||
<state>
|
||||
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
|
||||
</state>
|
||||
</component>
|
|
@ -1,7 +1,7 @@
|
|||
import com.danitheskunk.skunkworks.Window;
|
||||
|
||||
public class Test {
|
||||
public static void main(String[] args) {
|
||||
var window = new Window();
|
||||
}
|
||||
public static void main(String[] args) {
|
||||
var window = new Window();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package com.danitheskunk.skunkworks;
|
||||
|
||||
public class Window {
|
||||
public Window() {
|
||||
System.out.println("Skunkworks window initialised");
|
||||
}
|
||||
public Window() {
|
||||
System.out.println("Skunkworks window initialised");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue