From 8f679a43b1d709b430ca5e2c491814d00abfa507 Mon Sep 17 00:00:00 2001 From: Olivier Cots <66357348+ocots@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:13:45 +0200 Subject: [PATCH] Create .JuliaFormatter.toml --- .JuliaFormatter.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .JuliaFormatter.toml diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml new file mode 100644 index 00000000..8bb13b8e --- /dev/null +++ b/.JuliaFormatter.toml @@ -0,0 +1,7 @@ +margin = 100 +indent = 4 +whitespace_typedefs = true +whitespace_ops_in_indices = true +remove_extra_newlines = true +annotate_untyped_fields_with_any = false +normalize_line_endings = "unix"