Add editorconfig, so we get similar code styles across editors

This commit is contained in:
Wolfgang Ginolas 2024-03-20 10:43:01 +01:00
parent aada05a9d6
commit 756a122251
1 changed files with 18 additions and 0 deletions

18
.editorconfig Normal file
View File

@ -0,0 +1,18 @@
# Config for our editors.
# See: 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
charset = utf-8
indent_style = space
indent_size = 4
# Matches package.json
[package.json]
indent_size = 2