chore: windows is cancelled and format requirements

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-09-05 15:42:18 +02:00
parent 221185076f
commit 11a445ca8e
Signed by: mfocko
GPG key ID: 7C47D46246790496
3 changed files with 1 additions and 7 deletions

View file

@ -1,3 +1,3 @@
---
collections:
- community.general
- community.general

1
files/.gitignore vendored
View file

@ -1 +0,0 @@
stylus-windows.json

View file

@ -1,5 +0,0 @@
generate-stylus-for-windows:
cat stylus.json | perl -ne "s/Extended/Expanded/g; print;" | tee stylus-windows.json
generate-stylus-from-windows:
cat stylus-windows.json | perl -ne "s/Expanded/Extended/g; print;" | tee stylus.json