[formatting] add newline to file(s) (#1508)

* Trail appropriate files with a new line

* For some ironic reason it ignored itself

Probably because it wasn’t tracked/commited yet.

* Rename newlines to server executable naming pattern
This commit is contained in:
Patrick 'Quezler' Mounier
2020-02-05 18:36:56 -05:00
committed by GitHub
parent 8bb533f646
commit e06d8eabec
71 changed files with 84 additions and 68 deletions
+1 -1
View File
@@ -921,4 +921,4 @@
"src": "fontawesome"
}
]
}
}
+1 -1
View File
@@ -1254,4 +1254,4 @@ block.omega-mech-pad.description = Umožňuje přeměnu Tvého vozidla na těžc
block.javelin-ship-pad.description = Umožňuje přeměnu Tvého vozidla na rychlou, lehce obrněnou stíhačku.\nAktivuj kliknutím nebo ťupnutím, když se nacházíš nad plošinou.
block.trident-ship-pad.description = Umožňuje přeměnu Tvého vozidla na těžkého podpůrného bombardéra.\nAktivuj kliknutím nebo ťupnutím, když se nacházíš nad plošinou.
block.glaive-ship-pad.description = Umožňuje přeměnu Tvého vozidla na velkou, dobře obrněnou střeleckou loď.\nAktivuj kliknutím nebo ťupnutím, když se nacházíš nad plošinou.
+1 -1
View File
@@ -17,4 +17,4 @@ const cons = method => new Cons(){get: method}
const prov = method => new Prov(){get: method}
const newEffect = (lifetime, renderer) => new Effects.Effect(lifetime, new Effects.EffectRenderer({render: renderer}))
Call = Packages.mindustry.gen.Call
const Calls = Call //backwards compat
const Calls = Call //backwards compat
+1 -1
View File
@@ -1,4 +1,4 @@
apply plugin: "java"
sourceCompatibility = 1.8
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = ["src/", "$buildDir/generated/sources/annotationProcessor/java/main"]
sourceSets.main.java.srcDirs = ["src/", "$buildDir/generated/sources/annotationProcessor/java/main"]
+1 -1
View File
@@ -130,4 +130,4 @@ public interface Platform{
/** Stops forcing the app into landscape orientation.*/
default void endForceLandscape(){
}
}
}
+1 -1
View File
@@ -337,4 +337,4 @@ public class MapEditor{
world.endMapLoad();
}
}
}
}
@@ -414,4 +414,4 @@ public abstract class BaseUnit extends Unit implements ShooterTrait{
public void onSuperDeath(){
super.onDeath();
}
}
}
@@ -15,4 +15,4 @@ public enum UnitCommand{
public String localized(){
return localized;
}
}
}
+1 -1
View File
@@ -176,4 +176,4 @@ public class MapIO{
interface TileProvider{
Tile get(int x, int y);
}
}
}
+1 -1
View File
@@ -501,4 +501,4 @@ public class Maps{
return provider.next(previous);
}
}
}
}
@@ -39,4 +39,4 @@ public class TerrainFilter extends GenerateFilter{
in.block = Blocks.air;
}
}
}
}
+1 -1
View File
@@ -418,4 +418,4 @@ public class ArcNetProvider implements NetProvider{
}
}
}
}
+1 -1
View File
@@ -65,4 +65,4 @@ public class Interpolator{
}
}
}
}
@@ -91,4 +91,4 @@ public class CustomGameDialog extends FloatingDialog{
cont.add(pane).uniformX();
}
}
}
@@ -288,4 +288,4 @@ public class BranchTreeLayout implements TreeLayout{
public enum TreeAlignment{
center, towardsRoot, awayFromRoot
}
}
}
+1 -1
View File
@@ -221,4 +221,4 @@ public class Floor extends Block{
return block.edges()[x][2 - y];
}
}
}
@@ -379,4 +379,4 @@ public class Conveyor extends Block implements Autotiler{
}
}
}
}
}
@@ -18,4 +18,4 @@ public class FloorValue implements StatValue{
table.add(new Image(floor.icon(Cicon.small))).padRight(3);
table.add(floor.localizedName).padRight(3);
}
}
}