unwind/.editorconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
258 B
INI
Raw Permalink Normal View History

2024-05-10 00:13:01 +02:00
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,json,vue,ts,css}]
indent_size = 2
[*.py]
indent_size = 4
[*.md]
trim_trailing_whitespace = false