Uses of Class
io.github.cdklabs.projen.javascript.EndOfLine
-
Packages that use EndOfLine Package Description io.github.cdklabs.projen.javascript -
-
Uses of EndOfLine in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return EndOfLine Modifier and Type Method Description default EndOfLinePrettierSettings. getEndOfLine()(experimental) Which end of line characters to apply.EndOfLinePrettierSettings.Jsii$Proxy. getEndOfLine()static EndOfLineEndOfLine. valueOf(String name)Returns the enum constant of this type with the specified name.static EndOfLine[]EndOfLine. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.javascript with parameters of type EndOfLine Modifier and Type Method Description PrettierSettings.BuilderPrettierSettings.Builder. endOfLine(EndOfLine endOfLine)Sets the value ofPrettierSettings.getEndOfLine()
-