master #1

Merged
Skystalker merged 14 commits from XimeX/usrspace-browser-addon:master into master 2021-11-24 10:23:32 +01:00
Showing only changes of commit a025fc9d36 - Show all commits

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*.{html,css,js,json}]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true