ObsidianJustSharePlease/.editorconfig

13 lines
175 B
INI

# 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