Fix awesome-lint errors

This commit is contained in:
Andreas Kull
2018-05-31 13:42:37 +02:00
parent 04c4a46831
commit 6ad135bed7
2 changed files with 165 additions and 154 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true