Add indent and indent_nodes configs in the language config.toml

This commit is contained in:
Antonio Scandurra
2021-05-26 15:45:58 +02:00
parent 04c7989720
commit d38d944fef
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -1,2 +1,4 @@
name = "Rust"
path_suffixes = ["rs"]
indent = 4
indent_nodes = ["mod_item", "block"]