forked from pool/StyLua
* Fixed LuaJIT suffixes LL/ULL causing a panic when running in --verify mode * Fixed incorrect formatting of conditionals when collapse_simple_statement is enabled and the block begins with an empty line * Fixed formatting of dot function call chains with comment between dot and names OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/StyLua?expand=0&rev=34
11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srctar">StyLua*.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual" />
|
|
</services>
|
|
|