chore: add editorconfig for qml files

This commit is contained in:
Mikhail Zolotukhin 2021-10-23 20:45:38 +03:00
parent 1cdf1a5bb2
commit a9f16cb3b5

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
; SPDX-FileCopyrightText: none
; SPDX-License-Identifier: MIT
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.qml]
indent_style = space
indent_size = 2