LICENSES/.editorconfig: add to pass editorconfig check

This commit is contained in:
Aminda Suomalainen 2023-03-10 09:54:31 +02:00
parent 6e169a5b56
commit b595cb67e6
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

7
LICENSES/.editorconfig Normal file
View File

@ -0,0 +1,7 @@
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
#
# SPDX-License-Identifier: CC0-1.0
root = false
[*]
indent_style = space
trim_trailing_whitespace = false