eduproj/.editorconfig

9 lines
84 B
INI
Raw Normal View History

2021-08-28 08:11:51 +00:00
root = true
[*]
indent_style = space
2021-08-28 11:37:52 +00:00
[*.{md,svelte,ts,json,rst}]
2021-08-28 08:11:51 +00:00
indent_size = 2
2021-08-28 20:08:35 +00:00