ObsidianJustSharePlease/.editorconfig

13 lines
175 B
INI
Raw Normal View History

2023-06-25 18:16:06 +02:00
# top-most EditorConfig file
root = true
[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4
tab_width = 4
[{*.yml,*.yaml}]
indent_size = 2