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 642afa5 commit 43096f2Copy full SHA for 43096f2
program-analysis/echidna/configuration.md
@@ -1,8 +1,5 @@
1
# Configuration options
2
3
-<!-- To left align the tables -->
4
-<style>table {margin: 0}</style>
5
-
6
The following is a list of all the options that may be provided in the Echidna
7
configuration file. Whenever an option can also be set via the command line, the
8
CLI equivalent flag is provided as a reference. Some flags are relatively new
static/custom.css
@@ -5,3 +5,8 @@
width: 50%;
max-width: max-content;
}
+
9
+/* program-analysis/echidna/configuration.md */
10
+h1#configuration-options ~ div > table {
11
+ margin: 0;
12
+}
0 commit comments