From ccfabd0faa6c2d6de55dc1df48da806446cfe5ec Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 28 Oct 2024 06:06:01 +0100 Subject: [PATCH] Hardcode spaces in `.editorconfig` for `schema.rs` --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index f5d84b87..2a023d46 100644 --- a/.editorconfig +++ b/.editorconfig @@ -44,6 +44,12 @@ ij_rust_preserve_punctuation = false ij_rust_spaces_around_assoc_type_binding = false ij_rust_where_on_new_line = true +# BRUH +# noinspection EditorConfigOptionRedundancy +[src/interfaces/database/schema.rs] +indent_size = 4 +indent_style = space + [{*.cfg,*.toml,Cargo.lock,Cargo.toml.orig,Gopkg.lock,Pipfile,poetry.lock}] ij_continuation_indent_size = 4 ij_smart_tabs = false