mirror of
https://github.com/sstallion/obsidian-command-line.git
synced 2026-07-22 05:42:07 +00:00
21 lines
339 B
INI
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
|