@@ -117,22 +117,22 @@ Options:
117117 an error and do no formatting.
118118Default: '' `
119119
120- *codefmt:buildifier_warnings*
121- The warnings passed to buildifier to modify the defaults. Whatever is
122- specified is added to the commandline after ' --warnings=' . For example, if you
120+ *codefmt:buildifier_warnings*
121+ The warnings options passed to buildifier to modify the defaults. Whatever is
122+ specified is added to the commandline after " --warnings=" . For example, if you
123123add this to your config:
124-
125- Glaive codefmt buildifier_warnings='-module-docstring,+unsorted-dict-items'
126-
127- Then buildifier will omit the ' module-docstring' warning, but add
128- ' unsorted-dict-items' (which is ignored by default). This works also in
124+ >
125+ Glaive codefmt buildifier_warnings='-module-docstring,+unsorted-dict-items'
126+ <
127+ Then buildifier will omit the " module-docstring" warning, but add
128+ " unsorted-dict-items" (which is ignored by default). This works also in
129129fix-mode, in which case dictionary items will be resorted upon buffer save.
130130
131131Options:
132132"" (empty): Use default warnings from buildifier.
133133"-some-warning": Remove 'some-warning' from the warning set.
134134"+some-warning": Add 'some-warning' to the warning set.
135- Default: ''
135+ Default: '' `
136136
137137 *codefmt:google_java_executable*
138138The path to the google-java executable. Generally, this should have the form:
0 commit comments