lenalebt_obsidian-pocketboo.../.editorconfig

13 lines
208 B
INI
Raw Normal View History

2023-01-26 20:58:49 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
2023-01-28 07:43:15 +00:00
indent_style = space
2023-01-26 20:58:49 +00:00
insert_final_newline = true
2023-01-28 07:43:15 +00:00
trim_trailing_whitespace = true
[*.{js,ts,json,css,html}]
indent_size = 2
max_line_length = 180