This repository has been archived on 2025-06-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ludusavi-manifest/.editorconfig
2022-10-06 16:57:33 +08:00

13 lines
216 B
INI

root = true
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.{json,md,yaml,yml}]
indent_size = 2
[data/wiki-game-cache.yaml]
trim_trailing_whitespace = false