Questionable/QuestPaths/.editorconfig

9 lines
138 B
INI
Raw Normal View History

2024-07-16 00:55:00 +02:00
root = true
[*.json]
indent_size = 2
indent_style = space
insert_final_newline = true
2025-02-06 15:08:41 +01:00
trim_trailing_whitespace = true
charset = utf-8