handouts/.editorconfig

17 lines
237 B
INI
Raw Normal View History

2022-11-13 13:38:23 -08:00
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
2025-01-20 11:18:59 -08:00
insert_final_newline = false
[*.yml]
indent_style = space
2025-01-20 19:15:40 -08:00
indent_size = 2
[*.typ]
indent_style = space
2025-01-20 11:18:59 -08:00
indent_size = 2