takitsuba_obsidian-auto-bullet/.editorconfig
Hiroo Takizawa 8b53e2548e chore(editorconfig): add trim_trailing_whitespace setting to enforce consistent whitespace handling
chore(eslintrc): add no-trailing-spaces rule to ESLint configuration for better code quality and consistency
2025-03-14 17:26:30 +09:00

11 lines
199 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
trim_trailing_whitespace = true