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:
parent
3c8cf24ac6
commit
ccfabd0faa
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue