I am trying to configure my own profile to format Eclipse code, but I cannot find a way to add an empty line to the end of the class.
public class MyClass { public void method() { // Something here. } // Want a blank line here. }
Here is my current profile.
There is no such option. The best you can do is set the number of empty lines to save and manually insert an empty line.
Source: https://habr.com/ru/post/1544360/More articles:Aspnet MVC 4, проверяющий десятичные числа - jqueryjava.util.ConcurrentModificationException - ArrayList - javaFull-text column search of email addresses is interrupted when using wildcards - sqlПользовательский минимальный оператор для тяги:: кортеж в сокращении - c++datatables disable auto filter and added button - javascriptHow to call an object's destructor when one of its methods is used as a callback for its own property? - ooprelative search path in powershell - powershell-v2.0Monitor various memory usage blocks in Spark and find out what ends in OOM? - scalaMATLAB - object destructor does not work when listeners participate - oopGraph with colored edges: the shortest paths with a color change of no more than k? - algorithmAll Articles