This repository has been archived on 2026-05-02. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
obsidian-plugin-auto-task-s.../.editorconfig
Felipe Martin a6467b5d45
Initial Obsidian auto-status plugin with comprehensive test suite
- Monitors markdown checkboxes and manages "Pending tasks" frontmatter property
- Auto-processing with debounced file monitoring
- Configurable settings with folder inclusion/exclusion
- Full test coverage with organized test data structure
- Compatible with official Obsidian plugin standards
- Proper .gitignore excluding build artifacts and dependencies
2025-09-16 18:18:08 +02:00

10 lines
No EOL
155 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