dragonschildstudios.com/.editorconfig

14 lines
215 B
INI
Raw Permalink Normal View History

2024-01-20 20:23:29 +13:00
# https://EditorConfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
2025-04-13 00:17:48 +12:00
trim_trailing_whitespace = true
2024-01-20 20:23:29 +13:00
insert_final_newline = true
2025-04-13 00:17:48 +12:00
[*.md]
2024-01-20 20:23:29 +13:00
trim_trailing_whitespace = false