lenalebt_obsidian-pocketboo.../.editorconfig
2023-01-28 23:27:57 +01:00

12 lines
208 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,ts,json,css,html}]
indent_size = 2
max_line_length = 180