public static void exportCodeStyle()

in src/main/java/org/jetbrains/uncrustify/util/UncrustifyConfigFile.java [124:128]


    public static void exportCodeStyle(@NotNull UncrustifyConfigWriter writer, @NotNull CommonCodeStyleSettings settings) throws IOException {
        writer.write_comment("Generated by org.jetbrains.uncrustify plugin from IntelliJ code style settings");
        writer.write_option("newlines", "lf");
        exportCommon(writer, settings);
    }