We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3518ac5 commit 20e61e2Copy full SHA for 20e61e2
lib/src/main/java/com/diffplug/spotless/markdown/FlexmarkConfig.java
@@ -20,6 +20,7 @@
20
import java.util.List;
21
22
public class FlexmarkConfig implements Serializable {
23
+ private static final long serialVersionUID = 1L;
24
25
/**
26
* The emulation profile is used by both the parser and the formatter and generally determines the markdown flavor.
0 commit comments