diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8a7eb1e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*.{kt,kts}] +ktlint_code_style = ktlint_official +ktlint_standard_multiline-expression-wrapping = disabled +ktlint_standard_chain-method-continuation = disabled +ktlint_standard_function-signature = disabled +ktlint_standard_function-expression-body = disabled +max_line_length = 120 \ No newline at end of file diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ac12b44..d2e600c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -26,4 +26,11 @@ jobs: gradle-version: 8.9 - name: Run checks - run: ./gradlew build check shadowJar \ No newline at end of file + run: ./gradlew build check shadowJar + +# todo: disabled whilst investigating libvips +# - name: Run samples +# run: | +# sudo apt install imagemagick +# magick --version +# ./run_samples.sh \ No newline at end of file diff --git a/.run/ImFfm.run.xml b/.run/ImFfm.run.xml index ba1ee0d..0fe96ad 100644 --- a/.run/ImFfm.run.xml +++ b/.run/ImFfm.run.xml @@ -1,17 +1,12 @@ - + -