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