add editorconfig

This commit is contained in:
weeman 2021-08-16 19:20:53 +02:00
parent 096c317da8
commit fa45a306d5
Signed by untrusted user: weeman
GPG Key ID: 34F0524D4DA694A1
1 changed files with 24 additions and 0 deletions

24
.editorconfig Normal file
View File

@ -0,0 +1,24 @@
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
[*.{json,js,vue}]
indent_size = 2
[*.{yml,yaml}]
indent_size = 2
[*.html]
indent_size = 2
[*.{css,scss}]
indent_size = 2