Import .editorconfig from wlroots

This commit is contained in:
Simon Ser 2020-03-13 19:08:54 +01:00
parent d7babf8641
commit d083a4fa79
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[*.xml]
indent_style = space
indent_size = 2