bitwarden-estensione-browser/.editorconfig

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

16 lines
297 B
INI
Raw Normal View History

2020-09-14 16:05:17 +02:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Set default charset
2018-04-11 04:05:23 +02:00
[*.{js,ts,scss,html}]
charset = utf-8
indent_style = space
2021-12-21 15:15:19 +01:00
indent_size = 2