obsidian-plugin-markdown-tasks/.editorconfig
Felipe M. 52dfa652b8
Initial Obsidian markdown tasks plugin scaffold
Set up project structure with TypeScript, esbuild, and ESLint configuration
along with the initial plugin source code and build tooling.
2026-04-18 12:06:27 +02:00

10 lines
156 B
INI

# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
tab_width = 4