Add indent and indent_nodes configs in the language config.toml
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
name = "Rust"
|
||||
path_suffixes = ["rs"]
|
||||
indent = 4
|
||||
indent_nodes = ["mod_item", "block"]
|
||||
|
||||
Reference in New Issue
Block a user