bitwarden-estensione-browser/libs/.editorconfig

17 lines
328 B
INI
Raw Normal View History

2018-01-04 03:20:58 +01:00
# EditorConfig is awesome: http://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
2021-12-16 12:45:01 +01:00
trim_trailing_whitespace = true
2018-01-04 03:20:58 +01:00
# Set default charset
2018-04-11 04:05:36 +02:00
[*.{js,ts,scss,html}]
2018-01-04 03:20:58 +01:00
charset = utf-8
indent_style = space
2021-12-16 12:45:01 +01:00
indent_size = 2