From a2c248795ca1639cb5b877904ca4fb1b542a173c Mon Sep 17 00:00:00 2001 From: Jan Philipp Thiele Date: Thu, 28 Nov 2024 14:16:39 +0100 Subject: [PATCH] Add runic badge and remove formatter config --- .JuliaFormatter.toml | 7 ------- README.md | 1 + 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .JuliaFormatter.toml diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml deleted file mode 100644 index 2042d72..0000000 --- a/.JuliaFormatter.toml +++ /dev/null @@ -1,7 +0,0 @@ -style = "yas" -always_for_in = false -format_markdown = true -import_to_using = false -pipe_to_function_call = false -short_to_long_function_def = false -always_use_return = false diff --git a/README.md b/README.md index f6e76c3..d50e661 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://WIAS-PDELib.github.io/ExtendableSparse.jl/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://WIAS-PDELib.github.io/ExtendableSparse.jl/dev) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3530554.svg)](https://doi.org/10.5281/zenodo.3530554) +[![code style: runic](https://img.shields.io/badge/code_style-%E1%9A%B1%E1%9A%A2%E1%9A%BE%E1%9B%81%E1%9A%B2-black)](https://github.com/fredrikekre/Runic.jl) Sparse matrix class with efficient successive insertion of entries and entry update, supporting general number types.