From 2b344050c28a709a8f094c29370d89df2c33baf9 Mon Sep 17 00:00:00 2001 From: Stanislav Gryumov Date: Wed, 23 Jul 2025 09:59:11 +0500 Subject: [PATCH] Delete .JuliaFormatter.toml --- .JuliaFormatter.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .JuliaFormatter.toml diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml deleted file mode 100644 index 6f2d942..0000000 --- a/.JuliaFormatter.toml +++ /dev/null @@ -1,9 +0,0 @@ -# .JuliaFormatter.toml - -margin = 92 # The maximum line length for code -short_to_long_function_def = true # Whether to use short or long function definitions -always_use_return = true # Whether to always use the return keyword in functions -separate_kwargs_with_semicolon = false # Whether to separate keyword arguments with semicolons instead of commas -join_lines_based_on_source = false # Whether to join lines based on source code instead of formatting rules -whitespace_in_kwargs = true # Whether to include whitespace around keyword argument separators -remove_extra_newlines = true # Whether to remove extra newlines in code