sstallion_obsidian-command-.../.editorconfig
2025-03-11 15:03:19 -05:00

21 lines
339 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
tab_width = 8
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80
[*.md]
trim_trailing_whitespace = false
[*.{mjs,ts}]
max_line_length = 85
[*.{json,yml}]
indent_size = 2