mirror of
https://github.com/takitsuba/obsidian-auto-bullet.git
synced 2026-07-22 05:42:45 +00:00
chore(eslintrc): add no-trailing-spaces rule to ESLint configuration for better code quality and consistency
11 lines
199 B
INI
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
|