1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Hardcode spaces in .editorconfig for schema.rs

This commit is contained in:
Steffo 2024-10-28 06:06:01 +01:00
parent 3c8cf24ac6
commit ccfabd0faa
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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